Skip to content

Latest commit

 

History

History
215 lines (114 loc) · 8.47 KB

CHANGELOG.md

File metadata and controls

215 lines (114 loc) · 8.47 KB

Changelog

2.1.0 (2022-08-02)

Added

  • ✨ add quasar webstorage factory function [0caa198]

  • ✨ add quasar cookies factory function [9997868]

2.0.1 (2022-07-31)

Fixed

2.0.0 (2022-07-30)

Added

  • ✨ add multiple persistences config [66c5c75]
  • ✨ add method to manually restore state (#89) [125c750]

1.6.2 (2022-07-15)

Miscellaneous

1.6.1 (2022-05-24)

Fixed

  • 🐛 fix cookiesOptions.default type (#71) [02cac8a]

1.6.0 (2022-05-23)

Added

1.5.2 (2022-05-16)

Changed

Fixed

1.5.1 (2022-03-08)

Fixed

  • 🐛 remove nuxt3 type dependency (#45) [b475be5]

1.5.0 (2022-03-06)

Added

  • ✨ add Nuxt factory function helper (#40) [c7be40b]
  • 🔊 update changelog [294b665]

1.4.0 (2022-03-06)

Added

Breaking changes

  • 💥 remove overwrite option (never worked) [b88713c]

Miscellaneous

1.3.0 (2022-03-02)

Added

Miscellaneous

1.2.3 (2022-02-24)

Changed

  • 🩹 subscribe to pinia state changes in detached mode. (#24) [7d3c8e9]

1.2.2 (2022-02-10)

Changed

  • 🏷️ simplify StorageLike type [57f07b1]

Miscellaneous

  • 📝 add nuxt usage docs [c9e47ea]

1.2.1 (2022-02-01)

Fixed

  • 🐛 extend DefineStoreOptionsBase (#16) [e429a4e]

1.2.0 (2022-01-29)

Changed

  • 🏗️ internalize pick function (#14) [1152acf]

Miscellaneous

  • 📝 add type persistence limitation and workaround [aa52a70]

1.1.0 (2022-01-23)

Added

  • ✨ Add beforeRestore and afterRestore hooks [fbba368]

1.0.3 (2021-12-25)

Miscellaneous

1.0.2 (2021-11-06)

Added

Changed

  • 🚚 rename private parameters to be more explicit [60b97b2]

Miscellaneous

  • 📝 fix typo in code example [03c2fa1]

1.0.1 (2021-10-30)

Miscellaneous

  • 📝 add repository to package.json [d027f60]

1.0.0 (2021-10-27)

Changed

  • ⬆️ upgrade pinia to v2.0.0 [d8151b1]

Miscellaneous

  • 📝 add documentation [b6625df]
  • 🏷️ add jsdoc to types [1520dc4]

0.1.0 (2021-10-25)

Added