Skip to content

Rewritten to use callbacks throughout

Compare
Choose a tag to compare
@numtel numtel released this 12 May 08:46
· 6 commits to master since this release

Babel and Promises have been switched to callback style asynchronous code throughout the library. The memory leak has disappeared.

Breaking changes:

  • LivePg.prototype.cleanup() now utilizes a callback function and does no longer return a Promise.