Skip to content

Commit 07f740a

Browse files
committed
release(state): 1.7.0
1 parent a63e01a commit 07f740a

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

libs/state/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
44

5+
# [1.7.0](https://github.com/rx-angular/rx-angular/compare/state@1.6.1...state@1.7.0) (2022-09-13)
6+
7+
8+
### Bug Fixes
9+
10+
* **docs:** rename vidoes to videos ([bc8f650](https://github.com/rx-angular/rx-angular/commit/bc8f65059d0fd8c53d22c0dbc5e0b74c8ca1df77))
11+
* **state:** exclude `undefined` from return type of `stateful` ([#1073](https://github.com/rx-angular/rx-angular/issues/1073)) ([4329422](https://github.com/rx-angular/rx-angular/commit/43294225bff997a7a20f086527ac2e1c2db465c4)), closes [#837](https://github.com/rx-angular/rx-angular/issues/837)
12+
* **state:** fix build error ([3626463](https://github.com/rx-angular/rx-angular/commit/36264636da4cbcb639385e403aa840433b63691c))
13+
* **state:** fix overload declaration order ([75d1bd8](https://github.com/rx-angular/rx-angular/commit/75d1bd8229328266ca29c1aa6204897ba02167b6))
14+
* **state:** make rxjs imports to be compatible with rxjs v6 ([#1378](https://github.com/rx-angular/rx-angular/issues/1378)) ([7379994](https://github.com/rx-angular/rx-angular/commit/7379994aa372716994387fb7b075b3eca724bb04))
15+
16+
17+
### Features
18+
19+
* **state:** add key and map function overload to select ([f00e943](https://github.com/rx-angular/rx-angular/commit/f00e9436720cb4dbcd71d243523abb9da7dd8eaa))
20+
* **state:** add keyCompareMap option to select's keys+fn overload ([b1b5370](https://github.com/rx-angular/rx-angular/commit/b1b5370511064b4265f2b0714af97c3e982032c0))
21+
* **state:** add keys array and map function overload to select ([2b9c819](https://github.com/rx-angular/rx-angular/commit/2b9c819557f02519bdd8c160b2469a71ac92e362))
22+
* **state:** introduce RxActions ([a63e01a](https://github.com/rx-angular/rx-angular/commit/a63e01a891204be4087472fa808371bd85590171))
23+
24+
25+
526
## [1.6.1](https://github.com/rx-angular/rx-angular/compare/state@1.6.0...state@1.6.1) (2022-06-07)
627

728

libs/state/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rx-angular/state",
3-
"version": "1.6.1",
3+
"version": "1.7.0",
44
"description": "@rx-angular/state is a light-weight, flexible, strongly typed and tested tool dedicated to reduce the complexity of managing component state and side effects in angular",
55
"main": "index.js",
66
"publishConfig": {

0 commit comments

Comments
 (0)