Skip to content

Releases: basicdays/node-stream-to-async-iterator

v1.0.0

16 Mar 21:24
3b1f109
Compare
Choose a tag to compare
  • 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).

v1.0.0-beta.1

30 May 01:05
Compare
Choose a tag to compare
  • Bug: Resolves #5. Event handlers are cleaned up after each iteration, fixing some memory leak issues.
  • Info: Resolves #7. Code now internally depends on @babel/runtime. This fixes issue where a global regeneratorRuntime was required.
  • Breaking: Updated node support to be >= node 6.0.

v0.2.1

29 May 23:57
Compare
Choose a tag to compare
  • Info: Added npm/travis badges to README.md

v0.2.0

29 May 23:56
Compare
Choose a tag to compare
  • 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

29 May 23:55
Compare
Choose a tag to compare
  • Info: Initial Release