Skip to content

Latest commit

 

History

History
74 lines (51 loc) · 2.16 KB

CHANGELOG.md

File metadata and controls

74 lines (51 loc) · 2.16 KB

9.1.0 (2020-07-04)

  • Reverted Typescript snippets for:
    • Effects and its setup to support v7 style of using @Effect()

9.0.0 (2020-07-04)

  • Updated documentation README.md for new snippets
  • Updated Typescript snippets for:
    • ngrx-effect-setup -> make use of createEffect
    • ngrx-effect -> make use of createEffect
    • ngrx-reducer-setup -> make use of createReducer
  • Added Typescript snippets for:
    • createAction to create actions
      • ngrx-create-action-setup
      • ngrx-create-action
      • ngrx-create-action-props
    • ngrx-root-effect-registration to register effect in root module
    • ngrx-feat-effect-registration to register effect in feature module
    • createReducer to create reducers
      • ngrx-reducer
      • ngrx-on -> make use of on
    • StoreDevtoolsModule.instrument configuration
    • createEntityAdapter to create entity adapter
      • ngrx-entity-adapter-setup
    • EntityMetadataMap to setup entities
      • ngrx-entities-setup
      • ngrx-entity-store-registration to register entity store
    • ngrx-entity-data-service to create data service using tEntityCollectionServiceBase, tEntityCollectionServiceElementsFactory and other utility methods.

0.4.0 (2019-12-24)

  • Fixed ofType moved into pipe (afc31d9)

0.3.2 (2018-05-30)

0.3.1 (2018-09-08)

  • Fixed reducer snippet alignment

0.3.0 (2018-09-08)

  • Fixed TypeScript snippets for
    • Action constants and creators
    • Reducers
    • Effects
    • Store Selector
      • createSelector and createFeatureSelector

0.2.0 (2018-09-08)

  • Updated config.

0.0.1 (2018-09-08)

  • Initial release