v2.0.2 (2023-31-01)
- add missing file endings for deno imports/exports
v2.0.1 (2022-03-06)
- assure the presence of the window object before accessing it
v2.0.0 (2022-09-05)
- change
length
method to getter to fully satisfy the Web Storage API
- add
fallbackStorage
to provide an alternative storage incaselocalStorage
and/orsessionStorage
is not present - add
ignoreMissingStorage
option to prevent error to pe thrown incase no storage is present
v1.1.2 (2022-08-01)
- assure the presence of the Web Storage API when initializing the store
v1.1.1 (2021-03-03)
- fix interface definition
v1.1.0 (2021-03-03)
- adds retrieval options to
getItem
- adds deno support