Releases: ng-turkey/ngxs-reset-plugin
Releases · ng-turkey/ngxs-reset-plugin
v3.0.0
30 Sep 15:24
Compare
Sorry, something went wrong.
No results found
Fixed StateResetAll action to work with Angular 14 (#75 ) → BREAKING CHANGE: Works with Angular 14+
v2.0.0
25 Jan 16:45
Compare
Sorry, something went wrong.
No results found
Update to Angular 13 and partial compilation mode → BREAKING CHANGE: Works with Angular 12+
v1.4.1
13 Jul 08:15
Compare
Sorry, something went wrong.
No results found
Updated dependencies to stop complaining about Angular 12
v1.4.0
17 May 19:30
Compare
Sorry, something went wrong.
No results found
Handled missing states, i.e. states which are not loaded yet, on reset, overwrite, and clear.
v1.3.1
17 May 19:20
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Angular 9 and Ivy Support
v1.2.0
29 Aug 05:52
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fix dependencies to support Angular 8 and NGXS 3.5
v1.1.0
05 Mar 20:02
Compare
Sorry, something went wrong.
No results found
Reset all NGXS states to defaults to on dispatch of StateResetAll action
Refactor of some internals
v1.0.1
19 Feb 07:14
Compare
Sorry, something went wrong.
No results found
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