You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+28-1Lines changed: 28 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,33 @@
1
+
<aname="9.0.0"></a>
2
+
3
+
## 9.0.0 (2020年07月04日)
4
+
5
+
* Updated documentation [`README.md`](https://github.com/hardikpthv/vscode-ngrx-snippets/blob/master/README.md) for new snippets
6
+
* Updated Typescript snippets for:
7
+
*`ngrx-effect-setup` -> make use of `createEffect`
8
+
*`ngrx-effect` -> make use of `createEffect`
9
+
*`ngrx-reducer-setup` -> make use of `createReducer`
10
+
* Added Typescript snippets for:
11
+
*`createAction` to create actions
12
+
*`ngrx-create-action-setup`
13
+
*`ngrx-create-action`
14
+
*`ngrx-create-action-props`
15
+
*`ngrx-root-effect-registration` to register effect in root module
16
+
*`ngrx-feat-effect-registration` to register effect in feature module
17
+
*`createReducer` to create reducers
18
+
*`ngrx-reducer`
19
+
*`ngrx-on` -> make use of `on`
20
+
*`StoreDevtoolsModule.instrument` configuration
21
+
*`createEntityAdapter` to create entity adapter
22
+
*`ngrx-entity-adapter-setup`
23
+
*`EntityMetadataMap` to setup entities
24
+
*`ngrx-entities-setup`
25
+
*`ngrx-entity-store-registration` to register entity store
26
+
*`ngrx-entity-data-service` to create data service using `tEntityCollectionServiceBase`, `tEntityCollectionServiceElementsFactory` and other utility methods.
0 commit comments