Releases: basicdays/node-stream-to-async-iterator
Releases · basicdays/node-stream-to-async-iterator
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).