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.fromNodeStreamhas been optimized for streams andAsyncIterablesAsyncIterable.prototype.pipenow accepts Node.jsWritableStreamvalues in addition to operators.
Bug Fixes
- dependencies: add rxjs to the production dependencies list (54e5cf7)