Skip to content

Releases: gamejoye/storeage

0.3.0

15 Mar 13:20

Choose a tag to compare

What's changed

  • feat(apis): support config global expirationTime

Full changelog: v0.2.2...v0.3.0

0.2.2

07 Mar 17:34

Choose a tag to compare

What's changed

  • docs(website): deploy docs website

Full changelog: v0.2.1...v0.2.2

0.2.1

07 Mar 11:53

Choose a tag to compare

What's changed

  • fix: arraybuffer and blob cannot be stored correctly in some cases

Full changelog: v0.2.0...v0.2.1

0.2.0

06 Mar 17:00

Choose a tag to compare

Key Features

  • ✅ implement custom JSON.stringify and JSON.parse: support serialize and deserialize Blob, Bigint in localstorage

Other changes

  • the config api does not accept the version parameter

Full changelog: v0.1.1...v0.2.0

0.1.1

28 Feb 08:30

Choose a tag to compare

What' changed

  • fix(workflows): fix npm-publish workflow error

Full changelog: v0.1.0...v0.1.1

0.1.0 - Initial Release 🎉

27 Feb 16:56

Choose a tag to compare

Key Features

  • ✅ Full localForage core compatibility (except database-wide deletion)
  • ✅ Dual driver support: IndexedDB + LocalStorage
  • ✅ Dual API styles: Promise & Callback patterns
  • ✅ Multi-instance storage (isolated by name/storeName combinations)
  • ✅ Data expiration/TTL support (new feature!)
  • ✅ First-class TypeScript support

Full ChangeLog: v0.1.0