Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@basicdays basicdays released this 16 Mar 21:24
· 1 commit to master since this release
3b1f109
  • Breaking Change: Dropping support for Node 11 and below.
  • Breaking Change: Dropping support for Flow.
  • Bug Fix: Resolves #5. Event handlers are cleaned up after each iteration, fixing some memory leak issues.
  • Bug Fix: Resolves #7. Code no longer depends on babel runtimes or regenerator.
  • Bug Fix: Handles stream not buffering due to starving the event loop.
  • Feature: Resolves #1. Now handles .throw and .return hooks on the async iterator.
  • Feature: Properly closes stream when finished.
  • Feature: Added support for TypeScript.
  • Feature: Support for Node.js versions 12, 14, and 16.
  • Chore: General overhaul of project setup (should not impact what is published).