Releases: gamejoye/storeage
Releases · gamejoye/storeage
0.3.0
0.2.2
0.2.1
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
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
0.1.0 - Initial Release 🎉
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