Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1015 Bytes

History.md

File metadata and controls

24 lines (18 loc) · 1015 Bytes

History

v1.0.0

  • 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).

v0.2.0

  • Breaking Change: Renamed package from stream-async-to-iterator to stream-to-async-iterator
  • Info: deprecated incorrectly named stream-async-to-iterator npm package, message indicates to install new package name

v0.1.0 (Deprecated)

  • Info: Initial Release