This repository has been archived by the owner on Jan 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
40 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
## 1.0.0 (2021-06-06) | ||
|
||
|
||
### Features | ||
|
||
* add README and bump version ([c27820b](https://github.com/nartc/ngrx-slice/commit/c27820b4dd736c9e30221eaeea5672e12502e54b)) | ||
* poc createSlice ([bbf50a6](https://github.com/nartc/ngrx-slice/commit/bbf50a6434fea207b5c3d6ac9f29192862a00875)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* bump version ([684b01c](https://github.com/nartc/ngrx-slice/commit/684b01c0e7b2bda88f4b1165ce0b02db8129dfde)) | ||
* change AppState from unknown to any. ngrx uses object as store type ([8d79352](https://github.com/nartc/ngrx-slice/commit/8d79352cd7097d3f1b9a8334f7d7893b6ab093a1)) | ||
* change AppState from unknown to any. ngrx uses object as store type ([f5bd2ea](https://github.com/nartc/ngrx-slice/commit/f5bd2ead8fade1b78f2948e2af125e84f6a537f4)) | ||
* change PayloadAction from unknown to any ([366c988](https://github.com/nartc/ngrx-slice/commit/366c98804265a06cee6cee08ebce383a1de265ed)) | ||
* change PayloadAction from unknown to any ([958691f](https://github.com/nartc/ngrx-slice/commit/958691f08f1623865c17a0954b7b9ec04719ae9a)) | ||
* fix payloadAction typings ([9a46fe3](https://github.com/nartc/ngrx-slice/commit/9a46fe3f2568860369d00791802280b4a1e1c6e8)) | ||
* fix typedNoopReducer type ([a234342](https://github.com/nartc/ngrx-slice/commit/a23434251f7a4788a7db9f9dd2b10dce6602822f)) | ||
* fix typings around payload action ([a876d32](https://github.com/nartc/ngrx-slice/commit/a876d3255fa0c674e19d3af02fced24738c0e5d8)) | ||
|
||
|
||
### Documentations | ||
|
||
* add LICENSE ([eee5f6b](https://github.com/nartc/ngrx-slice/commit/eee5f6b907503075ae6ba418313f5f74d722f69b)) | ||
* readme ([bff72d5](https://github.com/nartc/ngrx-slice/commit/bff72d5db99d304709100fd2fc48c8743cb711e2)) | ||
|
||
|
||
### Refactor | ||
|
||
* remove NonOptional type ([9a9b191](https://github.com/nartc/ngrx-slice/commit/9a9b191cd575a22a49d2cdaf3c531e65b44edbae)) | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ngrx-slice", | ||
"version": "0.0.0", | ||
"version": "1.0.0", | ||
"scripts": { | ||
"ng": "ng", | ||
"start": "ng serve", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters