Skip to content

Commit 6b11bde

Browse files
Jon Ristajrista
authored andcommitted
build: update changelog and bump to version 0.2.5
1 parent 9ba0b02 commit 6b11bde

File tree

4 files changed

+79
-63
lines changed

4 files changed

+79
-63
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
<a name="0.2.5"></a>
2+
3+
# [0.2.5](https://github.com/briebug/ngrx-auto-entity/compare/0.2.2...0.2.5) Beta (2019-08-12)
4+
5+
This release add new actions (and related effects, reducers, selectors & facade features) for
6+
edit and change tracking as well as adding more entities to the current set selection.
7+
8+
### Features
9+
10+
- **edit:** Add new `Edit`, `Change`, `EndEdit` actions and related functionality
11+
- **selection:** Added new `selectMore` and `selectMoreByKeys` actions and related functionality
12+
13+
114
<a name="0.2.2"></a>
215

316
# [0.2.2](https://github.com/briebug/ngrx-auto-entity/compare/0.2.1...0.2.2) Beta (2019-08-07)

projects/ngrx-auto-entity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.2.2",
2+
"version": "0.2.5",
33
"name": "@briebug/ngrx-auto-entity",
44
"description": "Automatic Entity State and Facades for NgRx. Simplifying reactive state!",
55
"keywords": [

0 commit comments

Comments
 (0)