IxJS v2.4.3 Release
New release of IxJS is now available. This includes a number of new features and improvements to existing APIs.
New APIs are available
The following APIs have been added to AsyncIterable
The following APIs have been added to Iterable
API Fixes
AsyncIterable.fromNodeStream
has been optimized for streams andAsyncIterables
AsyncIterable.prototype.pipe
now accepts Node.jsWritableStream
values in addition to operators.
Bug Fixes
- dependencies: add rxjs to the production dependencies list (54e5cf7)