Skip to content

Latest commit

 

History

History
55 lines (29 loc) · 1.72 KB

CHANGELOG.md

File metadata and controls

55 lines (29 loc) · 1.72 KB

Changelog

v2.0.2 (2023-31-01)

Full Changelog

🐛 Bug Fixes

  • add missing file endings for deno imports/exports

v2.0.1 (2022-03-06)

Full Changelog

🐛 Bug Fixes

  • assure the presence of the window object before accessing it

v2.0.0 (2022-09-05)

Full Changelog

💥 Breaking

  • change length method to getter to fully satisfy the Web Storage API

🚀 Features

  • add fallbackStorage to provide an alternative storage incase localStorage and/or sessionStorage is not present
  • add ignoreMissingStorage option to prevent error to pe thrown incase no storage is present

v1.1.2 (2022-08-01)

Full Changelog

🐛 Bug Fixes

  • assure the presence of the Web Storage API when initializing the store

v1.1.1 (2021-03-03)

Full Changelog

🐛 Bug Fixes

  • fix interface definition

v1.1.0 (2021-03-03)

Full Changelog

🚀 Features

  • adds retrieval options to getItem
  • adds deno support