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

Skip to content

Commit e4390e2

Browse files
committed
release(state): 16.1.0
1 parent e7e4661 commit e4390e2

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+
# [16.1.0](https://github.com/rx-angular/rx-angular/compare/[email protected]@16.1.0) (2023-10-18)
6+
7+
8+
### Bug Fixes
9+
10+
* **state:** fix build ([453127c](https://github.com/rx-angular/rx-angular/commit/453127ca395a9ff0c904ed4979c217588aad0e70))
11+
* **state:** fix rxEffects typing ([bf06d72](https://github.com/rx-angular/rx-angular/commit/bf06d72ec0f562cc12c145d91849e6f7c9480df1))
12+
* **state:** properly handle undefined ([13502e1](https://github.com/rx-angular/rx-angular/commit/13502e119919398805f8d91284f1099b5431c78a))
13+
14+
15+
### Features
16+
17+
* **state:** expose new rxActions functional API ([9b84858](https://github.com/rx-angular/rx-angular/commit/9b84858f4e30ef4e24bc65f786eaeea7f5e62b70))
18+
* **state:** introduce rxEffects creation function ([226047b](https://github.com/rx-angular/rx-angular/commit/226047bd939645892976f74b5b31987765ef2244))
19+
* **state:** make sideEffectFn optional in ActionEffects ([22e4576](https://github.com/rx-angular/rx-angular/commit/22e45764ea310802b4c5117844eef72baffd605e))
20+
* **state:** make state readonly ([3067600](https://github.com/rx-angular/rx-angular/commit/3067600cb7023a2da6e6c6af284a263e9bdf42b3)), closes [#1617](https://github.com/rx-angular/rx-angular/issues/1617) [#1449](https://github.com/rx-angular/rx-angular/issues/1449)
21+
* **state:** only expose limited set of public API ([e264124](https://github.com/rx-angular/rx-angular/commit/e26412415ad1013791c48e1d59691575b925eb1b))
22+
* **template:** add `rxState` function ([26a4e0e](https://github.com/rx-angular/rx-angular/commit/26a4e0edb65f4ae658cbc2d700976d3aaacc6a87))
23+
24+
25+
526
# [16.0.0](https://github.com/rx-angular/rx-angular/compare/[email protected]@16.0.0) (2023-06-20)
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": "16.0.0",
3+
"version": "16.1.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
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)