Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8ae85a3

Browse files
docs: update changelog and readme for v9
1 parent b56cd5c commit 8ae85a3

File tree

2 files changed

+64
-20
lines changed

2 files changed

+64
-20
lines changed

‎CHANGELOG.md‎

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
1+
<a name="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.
27+
128
<a name="0.3.2"></a>
229

3-
## 0.3.2 (2018-09-08)
30+
## 0.3.2 (2018-05-30)
431

532
* Fixed typo in snippet
633

‎README.md‎

Lines changed: 36 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
# NgRx Snippets for VS Code
1+
# NgRx (Version 9) Snippets for VS Code
22

3+
[![Version](https://vsmarketplacebadge.apphb.com/version/hardikpthv.NgRxSnippets.svg)](https://marketplace.visualstudio.com/items?itemName=hardikpthv.NgRxSnippets)
4+
[![Install](https://vsmarketplacebadge.apphb.com/installs/hardikpthv.NgRxSnippets.svg)](https://marketplace.visualstudio.com/items?itemName=hardikpthv.NgRxSnippets)
5+
[![Ratings](https://vsmarketplacebadge.apphb.com/rating-short/hardikpthv.NgRxSnippets.svg)](https://marketplace.visualstudio.com/items?itemName=hardikpthv.NgRxSnippets)
36
[![made-for-VSCode](https://img.shields.io/badge/Made%20for-VSCode-1f425f.svg)](https://code.visualstudio.com/)
47

58
This extension for Visual Studio Code adds snippets of Typescript for NgRx.
@@ -23,21 +26,35 @@ Start typing `ngrx-*` and hit `enter`, the snippet spreads out.
2326

2427
### TypeScript Snippets
2528

26-
| Snippet | Purpose |
27-
| ----------------------- | ------------------------------------------------------------------ |
28-
| ngrx-actions-setup | Fully configured Action constants, creators with success and fail. |
29-
| ngrx-actions-setup-crud | Fully configured Actions for CRUD operations. |
30-
| ngrx-action | Action |
31-
| ngrx-action-success | Success Action |
32-
| ngrx-action-fail | Fail Action |
33-
| ngrx-effect-setup | Fully configured Effect |
34-
| ngrx-effect | Effect |
35-
| ngrx-reducer | Reducer |
36-
| ngrx-case | `case:` for reducer's `switch` |
37-
| ngrx-selector | `createSelector()` |
38-
| ngrx-feat-selector | `createFeatureSelector()` |
39-
| ngrx-store-select | `store.select()` |
40-
| ngrx-dispatch-action | `store.dispatch()` |
41-
42-
### Using Angular Material
43-
- Check out [Angular Material Snippets](https://bit.ly/ng-material-vscode)
29+
| Snippet | Purpose |
30+
| ------------------------------ | ------------------------------------------------------------------ |
31+
| ngrx-actions-setup | Fully configured Action constants, creators with success and fail. |
32+
| ngrx-create-action-setup | `createAction` setup |
33+
| ngrx-create-action | `createAction` |
34+
| ngrx-create-action-props | `createAction` with `props` |
35+
| ngrx-actions-setup-crud | Fully configured Actions for CRUD operations. |
36+
| ngrx-action | Action |
37+
| ngrx-action-success | Success Action |
38+
| ngrx-action-fail | Fail Action |
39+
| ngrx-effect-setup | Fully configured Effect using `createEffect` |
40+
| ngrx-effect | Effect |
41+
| ngrx-root-effect-registration | Effect Registration for root module |
42+
| ngrx-feat-effect-registration | Effect Registration for feature module |
43+
| ngrx-reducer | Reducer |
44+
| ngrx-reducer-setup | Reducer with state definition |
45+
| ngrx-on | `on` |
46+
| ngrx-selector | `createSelector()` |
47+
| ngrx-feat-selector | `createFeatureSelector()` |
48+
| ngrx-store-select | `store.select()` |
49+
| ngrx-dispatch-action | `store.dispatch()` |
50+
| ngrx-devtool-instrument | Store devtool instrument specification |
51+
| ngrx-entities-setup | Data entities setup |
52+
| ngrx-entity-adapter-setup | Entity adapter |
53+
| ngrx-entity-store-registration | Entity store registration |
54+
| ngrx-entity-data-service | Entity service data service |
55+
56+
### Using Angular Material or Webcomponents 🤔
57+
58+
- Check out:
59+
- [Angular Material Snippets](https://bit.ly/ng-material-vscode)
60+
- [Webcomponents and Lit Snippets](https://bit.ly/lit-vscode)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /