Skip to content

Releases: solydhq/typed-local-store

2.0.2

31 Jan 21:33
Compare
Choose a tag to compare
v2.0.2

chore: punp version to 2.0.2

2.0.1

03 Jun 16:20
Compare
Choose a tag to compare

🐛 Bug Fixes

  • assure the presence of the window object before accessing it

2.0.0

10 May 10:27
Compare
Choose a tag to compare

💥 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