Skip to content
This repository was archived by the owner on Mar 11, 2020. It is now read-only.

v0.4.0

Choose a tag to compare

@jacobheun jacobheun released this 27 Sep 09:21
· 4 commits to master since this release
721e475

Code Refactoring

  • API changes and switch to async iterators (#29) (bf5c646)

BREAKING CHANGES

  • all the callbacks in the provided API were removed and each function uses async/await. Additionally, pull-streams are no longer being used. See the README for new usage.