Skip to content
This repository has been archived by the owner on Jan 23, 2022. It is now read-only.

Releases: nartc/ngrx-slice

Release 1.1.0

11 Jun 19:38
Compare
Choose a tag to compare

1.1.0 (2021-06-11)

Features

  • add clear and cancel to AsyncCaseReducers (605b0fe)
  • move immer and ngrx-immer to peerDeps (e21c7d7)

Refactor

  • extract Async Action types to an const array (519c336)

Documentations

  • update docs about clear and cancel async case reducer (0b339b0)
  • use tuiLink for links and adjust Counter Example docs (26e51a6)

Release 1.0.1

06 Jun 18:35
Compare
Choose a tag to compare

1.0.1 (2021-06-06)

Documentations

Release 1.0.0

06 Jun 01:37
Compare
Choose a tag to compare

1.0.0 (2021-06-06)

Features

Bug Fixes

  • bump version (684b01c)
  • change AppState from unknown to any. ngrx uses object as store type (8d79352)
  • change AppState from unknown to any. ngrx uses object as store type (f5bd2ea)
  • change PayloadAction from unknown to any (366c988)
  • change PayloadAction from unknown to any (958691f)
  • fix payloadAction typings (9a46fe3)
  • fix typedNoopReducer type (a234342)
  • fix typings around payload action (a876d32)

Documentations

Refactor

  • remove NonOptional type (9a9b191)