Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 95166b9

Browse files
committed
release(state): 1.4.4
1 parent 19a5fa4 commit 95166b9

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

libs/state/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## [1.4.4](https://github.com/rx-angular/rx-angular/compare/[email protected]@1.4.4) (2021-08-23)
2+
3+
4+
### Bug Fixes
5+
6+
* **state:** adopt build ([cbc59d3](https://github.com/rx-angular/rx-angular/commit/cbc59d3b05032154ef7829822a6d5fd59ce82010))
7+
* **RxState#hold:** stop stream when throw error in hold method ([#437](https://github.com/rx-angular/rx-angular/issues/437)) ([6ca27b1](https://github.com/rx-angular/rx-angular/commit/6ca27b1f6f75eb80b7193529035ead70f52e77c8))
8+
* **schematics:** remove undefined collection ref ([#454](https://github.com/rx-angular/rx-angular/issues/454)) ([bdea627](https://github.com/rx-angular/rx-angular/commit/bdea627ca6c721b123cb5d0897c3849b9e7fa8e3))
9+
* **transformation-helper:** fix update behavior on invalid source data ([8ebbc44](https://github.com/rx-angular/rx-angular/commit/8ebbc44cfc6054578d1928216f52a803f06289f6))
10+
* **transformation-helper:** simplify update helper ([#694](https://github.com/rx-angular/rx-angular/issues/694)) ([f38cd20](https://github.com/rx-angular/rx-angular/commit/f38cd20b16f55f608ff08f1a469d7e59fb446ea5))
11+
12+
13+
### Features
14+
15+
* **state:** docs and tests ([ce29d15](https://github.com/rx-angular/rx-angular/commit/ce29d15916c676b29d5159121d35605cbcc96885))
16+
* **state:** move `coercing` into lib ([#730](https://github.com/rx-angular/rx-angular/issues/730)) ([803412b](https://github.com/rx-angular/rx-angular/commit/803412b8f00d1e0b31f07ced1a2951e445b48546))
17+
* **transformation-helpers:** add upsert transformation helper ([#392](https://github.com/rx-angular/rx-angular/issues/392)) ([fd52555](https://github.com/rx-angular/rx-angular/commit/fd52555d6af1c81ec666e6554ceab33a95097f43))
18+
19+
20+
121
## [1.4.3](https://github.com/rx-angular/rx-angular/compare/[email protected]@1.4.3) (2020-12-26)
222

323

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.4.3",
3+
"version": "1.4.4",
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)