@reactivex/ix-es2015-cjs
Advanced tools
Changelog
2.5.3 (2019-03-27)
asynciterable#memoize: ensure memoize and publish source values are only pulled once (8392c50)
from: ensure iterable and asynciterable from methods accept iterators (8392c50)
observers: widen the return type of observer fns (8392c50)
asynciterable#tap: add selector function overload (8392c50)
Changelog
2.4.3 (2019-01-03)
batch: add asynciterable batch() implementation (9c9bd7e)
toNodeStream: add iterable/asynciterable toNodeStream implementations (9a1c5cc)
fromNodeStream: AsyncIterable.fromNodeStream has been optimized for streams and AsyncIterables (9a1c5cc)
pipe: AsyncIterable.prototype.pipe now accepts Node.js WritableStream values in addition to operators (9a1c5cc)