Releases: ReactiveX/IxJS
Releases · ReactiveX/IxJS
v7.0.0
10 Jul 20:53
Compare
Sorry, something went wrong.
No results found
Bug Fixes
actions: fix docs workflow (512e370 )
changelog: include latest changelog in npm packages (f25687b )
chore
build: fix gulp async task completion (c68e97c )
release: 7.0.0 (b8890f1 )
Documentation
v6.0.0
21 May 04:07
Compare
Sorry, something went wrong.
No results found
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
Documentation
v5.0.0
01 Aug 20:17
Compare
Sorry, something went wrong.
No results found
chore
Documentation
Bug Fixes
flatMap: default flatMap concurrent parameter to 1 (#346 ) (bcfab5a )
v4.6.1
26 Jul 02:37
Compare
Sorry, something went wrong.
No results found
v4.6.0
26 Jul 00:14
Compare
Sorry, something went wrong.
No results found
chore
Continuous Integration
use github actions instead of travis-ci (#344 ) (d357a19 )
Documentation
BREAKING CHANGES
flatMap enumerates inner sequences in parallel
flat enumerates inner sequences in parallel
feat(concatmap.ts): add concatMap implementation
v4.5.2
07 Oct 09:38
Compare
Sorry, something went wrong.
No results found
Bug Fixes
pipethrough: fix Iterable/AsyncIterable pipeThrough signature (#338 ) (58dea12 )
chore
Documentation
v4.5.1
09 Sep 17:48
Compare
Sorry, something went wrong.
No results found
Bug Fixes
add static Iterable.as and AsyncIterable.as (#336 ) (b911d1a )
chore
Documentation
v4.5.0
29 Jul 17:39
Compare
Sorry, something went wrong.
No results found
chore
Documentation
Features
v4.4.1
11 Jul 19:25
Compare
Sorry, something went wrong.
No results found
Bug Fixes
package.json: use ^ for allowed tslib versions (#330 ) (02b1a22 )
chore
Documentation
v4.4.0
09 Jun 20:49
Compare
Sorry, something went wrong.
No results found
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
Documentation
CHANGELOG: 4.4.0 (f158951 )
docs/asynciterable/creating.md: Fix async iterable docs typo s/source/sink (#317 ) (084658f )
fea
asynciterable-operators: Add bufferCountOrTime operator (#324 ) (ee7c43e )