Skip to content

Releases: ng-turkey/ngxs-reset-plugin

v3.0.0

30 Sep 15:24
0eaaa84

Choose a tag to compare

  • Fixed StateResetAll action to work with Angular 14 (#75) → BREAKING CHANGE: Works with Angular 14+

v2.0.0

25 Jan 16:45
a0691e4

Choose a tag to compare

  • Update to Angular 13 and partial compilation mode → BREAKING CHANGE: Works with Angular 12+

v1.4.1

13 Jul 08:15
fbe757d

Choose a tag to compare

  • Updated dependencies to stop complaining about Angular 12

v1.4.0

17 May 19:30
1801caa

Choose a tag to compare

  • Handled missing states, i.e. states which are not loaded yet, on reset, overwrite, and clear.

v1.3.1

17 May 19:20
e878919

Choose a tag to compare

Merge pull request #45 from ng-turkey/dependabot/npm_and_yarn/ssri-6.0.2

Bump ssri from 6.0.1 to 6.0.2

v1.3.0

06 Apr 16:13
79064b0

Choose a tag to compare

  • Angular 9 and Ivy Support

v1.2.0

29 Aug 05:52

Choose a tag to compare

  • State reset now works with lazy loaded states. Thanks @ThibaudAV.
  • Test coverage is improved from 95% to 100%.

v1.1.1

26 Jul 08:50

Choose a tag to compare

  • Fix dependencies to support Angular 8 and NGXS 3.5

v1.1.0

05 Mar 20:02

Choose a tag to compare

  • Reset all NGXS states to defaults to on dispatch of StateResetAll action
  • Refactor of some internals

v1.0.1

19 Feb 07:14
f144bd0

Choose a tag to compare

  • Clear NGXS state(s) on dispatch of StateClear action
  • Reset NGXS state(s) to defaults on dispatch of StateReset action
  • Overwrite NGXS state(s) on dispatch of StateOverwrite action