Ngxs Reset Plugin Versions Save

Reset plugin for NGXS: Effortlessly clears, resets, or overwrites NGXS states respecting the state tree.

v3.0.0

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

v2.0.0

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

v1.4.1

2 years ago
  • Updated dependencies to stop complaining about Angular 12

v1.4.0

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

v1.3.1

3 years ago

v1.3.0

4 years ago
  • Angular 9 and Ivy Support

1.2.0

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

1.1.1

4 years ago
  • Fix dependencies to support Angular 8 and NGXS 3.5

1.1.0

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

1.0.1

5 years ago
  • 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