Skip to content

Commit c729d23

Browse files
committed
docs(CHANGELOG): 4.6.0
1 parent e13a6d3 commit c729d23

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
# [4.6.0](https://github.com/ReactiveX/IxJS/compare/v4.5.2...v4.6.0) (2022-07-26)
2+
3+
4+
### chore
5+
6+
* **types:** Fixing types ([#341](https://github.com/ReactiveX/IxJS/issues/341)) ([e13a6d3](https://github.com/ReactiveX/IxJS/commit/e13a6d3e4f807482f77b5a9c8e4610080b369a77))
7+
8+
9+
### Continuous Integration
10+
11+
* use github actions instead of travis-ci ([#344](https://github.com/ReactiveX/IxJS/issues/344)) ([d357a19](https://github.com/ReactiveX/IxJS/commit/d357a1919c1c1511877168f947239d2cc733d996))
12+
13+
14+
### Documentation
15+
16+
* **readme:** update link to Array#extras ([#343](https://github.com/ReactiveX/IxJS/issues/343)) ([b06a217](https://github.com/ReactiveX/IxJS/commit/b06a21793abd665314426d7d92a7b7a2629791fc))
17+
18+
19+
* [FEA] Add AsyncIterable `switchMap` (#340) ([7b7d493](https://github.com/ReactiveX/IxJS/commit/7b7d493e89d93c80ed619d1e1646aec4dc790cac)), closes [#340](https://github.com/ReactiveX/IxJS/issues/340) [#244](https://github.com/ReactiveX/IxJS/issues/244)
20+
21+
22+
### BREAKING CHANGES
23+
24+
* flatMap enumerates inner sequences in parallel
25+
* flat enumerates inner sequences in parallel
26+
27+
* feat(concatmap.ts): add concatMap implementation
28+
29+
30+
131
## [4.5.2](https://github.com/ReactiveX/IxJS/compare/v4.5.1...v4.5.2) (2021-10-07)
232

333

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.2.0",
3-
"version": "4.5.2",
3+
"version": "4.6.0",
44
"packages": [
55
"targets/es2015/*",
66
"targets/es5/*",

0 commit comments

Comments
 (0)