7.0.0 (2024-07-10)
6.0.0 (2024-05-21)
- 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
- deps-dev: bump json from 9.0.6 to 10.0.0 (#359) (1e4dd6f)
- deps: bump tj-actions/changed-files in /.github/workflows (#362) (ff1cef0)
- npm-release.sh: update npm-release.sh (d465319)
- types/merge: fix return type for merge with 5, 6 args (#355) (9932fe8)
- typescript: update to [email protected] (#358) (2fcd440), closes #345 #335 #345
-
docs/asynciterable/converting.md: Fix fromEventPattern import (#350) (f07b7ef)
-
Fix ESM imports and tree-shaking (#363) (d31d2c5), closes #363
5.0.0 (2022-08-01)
- release: 4.6.1 (84c73b8)
-
CHANGELOG: 4.6.1 (0c50569)
-
[FIX] Ensure
return
is called on AsyncIterators (#348) (72c37ec), closes #348
4.6.1 (2022-07-26)
4.6.0 (2022-07-26)
-
flatMap enumerates inner sequences in parallel
-
flat enumerates inner sequences in parallel
-
feat(concatmap.ts): add concatMap implementation
4.5.2 (2021-10-07)
4.5.1 (2021-09-09)
4.5.0 (2021-07-29)
4.4.1 (2021-07-11)
4.4.0 (2021-06-09)
- 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
4.3.1 (2021-03-23)
- npm-release.sh: set concurrency to 1 to work around npm publish rate limits (825bdd8)
- saferace.ts: add unlicense to safeRace.ts (c9c0a83)
4.3.0 (2021-03-15)
4.2.0 (2021-01-26)
- umd: fix the UMD bundle export names so they don't conflict and overwrite each other (#318) (c45eaa8)
4.1.0 (2021-01-21)
- operators: export withLatestFrom and withAbort AsyncIterable operators (#313) (19915b5)
- operators: support Array.prototype.reduce signature in Iterable scan and reduce operators again. Fixes #311 (#312) (1d98746)
- repeat-spec.ts: fix unhandled-rejection error in node v15 (7d84c87)
- takeUntil: complete iterable immediately (#315) (#316) (97b2ca2)
- npm-release.sh: add prompt to enter npm OTP before release (f0c111e)
- npm-release.sh: use npm run-script instead of npx run-s in release script (b03597d)
- readme: fix wrong result of samples and typo (16fe9b0)
4.0.0 (2020-09-01)
- travis: update to the latest npm (d53de73)
- AsyncIterable: Add basic async-iterable docs (11c2037)
- creation: split creation/converting (e8dfa97)
- IxJS: Adding basic overview (10abfdc)
-
Abort: Add basic abortsignal support (a66a7c8)
-
Abort: Add basic abortsignal support (07ba58c)
-
Abort: Add more aborts (b7832a6)
-
Abort: add more throws if aborted (2a489e1)
-
Abort: fix debounce (954ce58)
-
Abort: Fix most operators (08a4c08)
-
Abort: fix reduce (6e848f1)
-
Abort: Formatting (d9e75ef)
-
Abort: Update all JSDocs (313a1b4)
-
asasynciterable: add AsyncIterableTransform stream (e3d12a1)
-
min/max: Fix min and max (37e7c0a)
-
never: Adds never (64a9c31)
-
Adding converting docs and links (6c493ae)
-
Updating through withLatestFrom (79be89c)
-
Adding docs through map (cf6a509)
- aborterror: add Symbol.hasInstance method to AbortSignal (c9d9f1e)
- closure: fixing indexing (8692d0c)
- debounce: fix AsyncIterable debounce and reenable tests (480996e)
- extremaBy: fixing extrema/minBy (297d6e4)
- maxby-spec: fix maxby test (2699e40)
- minification: fix test failures breaking due to aggressive closure-compiler minification (a888ce8)
- specs: fixing tests for single (2793801)
- tests: Fix bad max test (3a853ee)
- tests: Fixing tests (0affef1)
- tests: Fixing tests (c0a3e68)
- tests: Get closure working on tests (4c0705f)
- jest: disable jest test caching (92a1978)
- typescript: update typescript, tslib, and google-closure-compiler versions (37d66b3)
- Abort: Adds docs (6950e8e)
- add: clean up adds (8371ee4)
- add: fix add operators (bb38187)
- build: Fix build issues (1ae7646)
- tests: refactor tests to fit new APIs (c179ca9)
- abortsignal: remove AbortSignal interface (8ed7fca)
- specs: reorder expected vs. actual comparisons for error-throwing tests (3cc1d8d)
- umd: import test utils to fix missing window global when testing webpack-minified UMD bundles (111f854)
3.0.1 (2020-02-21)
- ESLint: move from TSLint to ESLint (#295) (b0c90cb), closes #284
- lint: Exorcise tslint from the project (#296) (#297) (86e887d)
- release: 3.0.1 (544eb4a)
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)
-
asynciterable-pipe: add tee, pipeTo, and pipeThrough to AsyncIterable prototype (873b8fe)
-
asynciterable-toDOMStream: add AsyncIterable#toDOMStream implementation (2e00c95)
-
asynciterable-fromDOMStream: add AsyncIterable.fromDOMStream implementation (2e00c95)
2.5.2 (2019-03-04)
- asynciterable-pipe: fix asynciterable pipe typings (2e00c95)
-
asynciterable-pipe: add tee, pipeTo, and pipeThrough to AsyncIterable prototype (873b8fe)
-
asynciterable-toDOMStream: add AsyncIterable#toDOMStream implementation (2e00c95)
-
asynciterable-fromDOMStream: add AsyncIterable.fromDOMStream implementation (2e00c95)
2.5.1 (2019-01-14)
-
exports: export all iterable and asynciterable operators (1f8870f)
-
asynciterable#scanProto: allow AsyncIterable#scan selector to return R | Promise (1f8870f)
2.5.0 (2019-01-12)
- scan: fix scan over single-element sources (7f6a85f)
2.4.3 (2019-01-03)
- dependencies: add rxjs to the production dependencies list (54e5cf7)
-
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)
2.4.0 (2019-01-03)
2.3.5 (2018-02-19)
- compile: adding some missing exports to deal with typescript 2.7.x compat issue (0b0c837), closes #214
2.3.4 (2017-11-29)
- typings: Fix optional predicate typings for user-defined typeguard predicates (fedd563)
- typings: workaround typescript bugs when noImplicitAny or strictNullChecks are not true (ce03239)
2.3.3 (2017-11-21)
2.3.2 (2017-11-21)
- fromnodestream: enable fromnodestream tests, fix minification problems (#156) (745d763)
- fromnodestream: type fromNodeStream to accept NodeJS.ReadableStream interface (3cbf2dd)
- FromObservableAsyncIterable: Fix handling of asynchronously emitting Observables (#150) (2c7222c)
- readme: fix lettable syntax (0e46181)
2.3.1 (2017-11-08)
- single: make iterable prototype single predicate an optional parameter again (2bea5ab), closes /github.com/ReactiveX/IxJS/pull/83#issuecomment-341832266
2.3.0 (2017-11-03)
- pipe: pipe() should always return IterableX (#126) (d7c0556)
- type-guards: fix user-defined type guards (#83) (fd45455), closes #44
- asyncify: adds asyncify and asyncifyErrback (#96) (f75dfaf)
- exports: move abstract class definitions into subfolders (#121) (8c45138), closes #52
- forkJoin/combineLatest: adds forkJoin and combineLatest (#132) (c0e3596)
- fromNodeStream: adds fromNodeStream readable (#124) (952509e)
- merge/concat: add typed overloads for merge/concat (#84) (752aa96)
- operators: rename __modules.ts to index.ts for tree-shaking (#120) (83ab288), closes #52
- pipe: add piped operators [WIP - DO NOT MERGE] (#75) (76a4b4f), closes #116 #117 #119
2.2.0 (2017-10-15)
- comparer: fixes bug with comparer (4098a8c)
- comparer: Fixes comparer (c6a67eb)
- concatall: fix concatall file name case (#59) (1d241ca)
- endWith: fix endWith unit tests (dffa71d)
- operators: import all add/*-operators in Ix.ts (6ca52f5)
- endWith: adds endWith operator (f967e3b)
- merge: adds merge operator (b81a007)
- merge: fix indexOf issues with merge (2a542e5)
- mergeAll: adds mergeAll operator (47f17fa)
- operators: support user defined type guards in boolean predicates (ef8764a), closes #44
- windows: add windows build support (0ba498e)
- windows: add windows build support (59fe0e3)
-
zip selectors now take a single "values" Array argument, instead of varargs
-
test(zip): update zip tests for variable sources
2.1.4 (2017-10-04)
2.1.3 (2017-10-03)
2.1.1 (2017-10-03)
- fromeventpattern: use async generator here since Symbols in object literals don't survive uglif (38cdee2)
- internals: export internal modules as default, which plays nicer with closure compiler (0bac516)
- Ix: add a default export to fix node's --experimental-modules behavior (0698577)
- Ix: export GroupedIterable and GroupedAsyncIterable types (e6d697e)
- operators: rearrange implementation details that break different steps in the build pipeline (f2f2ddd)
- OrderedIterable: export ordered iterables. Fixes #31 (7127771)
2.1.0 (2017-08-24)
- groupBy: fixing missing this in groupBy operator prototype signatures (ff2ee18), closes #33
- typings: Fix IterableX#concatAll typings to accept IterableX<Iterable> (#25) (a9343c0)
- docs: add async iterable docs (c75fbf0)
- docs: add why Ix (fc0be11)
- docs: Adding basic contribution docs (b4b93e2)
- docs: document for/forEach (495e772)
- from: Collapse from to include Observable (b130e9c)
- Iterator: add iterator return to catch operators (a7898ca)
- observable: add to/from Observable (825b3d9)
- observable: move subscription to own file (335f694)
- scheduler: initial scheduler implementation (4ad0468)
- time: add time based operators (1b6732a)
- zip: Make it parallel as possible (c505389)