Skip to content

Latest commit

Β 

History

History
83 lines (30 loc) Β· 3.05 KB

CHANGELOG.md

File metadata and controls

83 lines (30 loc) Β· 3.05 KB

Changelog

This file was generated using @jscutlery/semver.

1.2.1 (2024-02-10)

Bug Fixes

  • persist-state: 🐞 mark rxjs as peer dep (07eff2f), closes #511

1.2.0 (2023-10-29)

Features

  • persist-state: πŸ”₯ Add callback to change state before save (#495) (e21793a)

1.1.6 (2022-09-09)

Bug Fixes

  • persist-state: wrap storage in try catch (#327) (21803c6)

1.1.5 (2022-08-22)

Bug Fixes

  • persist-state: 🐞 add support for cjs (982205b)

1.1.4 (2022-08-21)

Bug Fixes

  • state-history: 🐞 align type with localforge (214abec)

1.1.3 (2022-07-10)

Bug Fixes

  • persist-state: 🐞 fix remove item type (a99da06), closes #297

1.1.2 (2022-05-26)

Bug Fixes

  • persist-state: added missing export "MaybeAsync" type (#267) (5402ad9)
  • persist-state: implementation of StateStorage should work with class instances (#271) (822f411)

1.1.1 (2022-02-16)

Bug Fixes

  • persist-state: unsubscribe from storage (#156) (5d7e9a4)

1.1.0 (2022-02-06)

Features

  • persist-state: πŸ”₯ excludeKeys operator (#135) (1e6f48d)