Releases: ng-turkey/ngxs-reset-plugin
Releases · ng-turkey/ngxs-reset-plugin
v3.0.0
- Fixed
StateResetAll
action to work with Angular 14 (#75) → BREAKING CHANGE: Works with Angular 14+
v2.0.0
- Update to Angular 13 and partial compilation mode → BREAKING CHANGE: Works with Angular 12+
v1.4.1
- Updated dependencies to stop complaining about Angular 12
v1.4.0
- Handled missing states, i.e. states which are not loaded yet, on reset, overwrite, and clear.
v1.3.1
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
- Angular 9 and Ivy Support
v1.2.0
- State reset now works with lazy loaded states. Thanks @ThibaudAV.
- Test coverage is improved from 95% to 100%.
v1.1.1
- Fix dependencies to support Angular 8 and NGXS 3.5
v1.1.0
- Reset all NGXS states to defaults to on dispatch of StateResetAll action
- Refactor of some internals
v1.0.1
- 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