Releases: ReactiveX/IxJS
Releases · ReactiveX/IxJS
v7.0.0
v6.0.0
Bug Fixes
- flatmap: flatMap shouldn't throw when the input size is smaller than concurrent (#367) (dffd344), closes #366
- from: make from forward or check abort signal. fixes #352 (#361) (e2dd8d7)
- merge: catch promise errors to avoid unhandled exceptions (#354) (520e096), closes #353
- package.json: fix CDN names in ix package.json (760242e)
- toMap: fix return type of keySelector (#365) (eab2f10), closes #364
Build System
- deps: bump tj-actions/changed-files in /.github/workflows (#362) (ff1cef0)
- deps-dev: bump json from 9.0.6 to 10.0.0 (#359) (1e4dd6f)
chore
- npm-release.sh: update npm-release.sh (d465319)
- release: 6.0.0 (e32fc16)
- types/merge: fix return type for merge with 5, 6 args (#355) (9932fe8)
- typescript: update to [email protected] (#358) (2fcd440), closes #345 #335 #345
Documentation
v5.0.0
v4.6.1
v4.6.0
v4.5.2
v4.5.1
v4.5.0
v4.4.1
v4.4.0
Bug Fixes
- src/asynciterable/operators/batch.ts: create rejected Promise on demand (#328) (aa40ab1), closes #320
- src/asynciterable/operators/timeout.ts: ensure AsyncIterable timeout operator passes its values (#327) (f5a213a), closes #325
chore
- release: 4.4.0 (cd1c5d5)
Documentation
- CHANGELOG: 4.4.0 (f158951)
- docs/asynciterable/creating.md: Fix async iterable docs typo s/source/sink (#317) (084658f)