Update dependency ix to v4
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| ix | ^3.0.2 -> ^4.5.2 |
Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.
Release Notes
ReactiveX/IxJS
v4.5.2
Bug Fixes
v4.5.1
Bug Fixes
v4.5.0
Features
4.4.1 (2021-07-11)
Bug Fixes
v4.4.1
Bug Fixes
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
Documentation
Features
4.3.1 (2021-03-23)
Bug Fixes
chore
- npm-release.sh: set concurrency to 1 to work around npm publish rate limits (825bdd8)
- saferace.ts: add unlicense to safeRace.ts (c9c0a83)
v4.3.1
Bug Fixes
chore
- npm-release.sh: set concurrency to 1 to work around npm publish rate limits (825bdd8)
- saferace.ts: add unlicense to safeRace.ts (c9c0a83)
v4.3.0
Bug Fixes
v4.2.0
Bug Fixes
- umd: fix the UMD bundle export names so they don't conflict and overwrite each other (#318) (c45eaa8)
v4.1.0
Bug Fixes
- 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)
chore
- 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)
Documentation
- readme: fix wrong result of samples and typo (16fe9b0)
v4.0.0
Continuous Integration
- travis: update to the latest npm (d53de73)
Documentation
- AsyncIterable: Add basic async-iterable docs (11c2037)
- creation: split creation/converting (e8dfa97)
- IxJS: Adding basic overview (10abfdc)
Features
-
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)
Bug Fixes
- 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)
Build System
- jest: disable jest test caching (92a1978)
- typescript: update typescript, tslib, and google-closure-compiler versions (37d66b3)
chore
- 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)
Code Refactoring
- abortsignal: remove AbortSignal interface (8ed7fca)
Styles
- specs: reorder expected vs. actual comparisons for error-throwing tests (3cc1d8d)
Tests
- umd: import test utils to fix missing window global when testing webpack-minified UMD bundles (111f854)
3.0.1 (2020-02-21)
chore
- ESLint: move from TSLint to ESLint (#295) (b0c90cb), closes #284
- lint: Exorcise tslint from the project (#296) (#297) (86e887d)
- release: 3.0.1 (544eb4a)
Documentation
2.5.3 (2019-03-27)
Bug Fixes
-
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)
Features
-
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)
Bug Fixes
- asynciterable-pipe: fix asynciterable pipe typings (2e00c95)
Features
-
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)
Bug Fixes
Configuration
📅 Schedule: Branch creation - "on the 1st through 7th day of the month" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.