Releases: PlasmoHQ/storage
Releases · PlasmoHQ/storage
v1.13.0
v1.12.0
v1.11.0
What's Changed
- feat: Allow specifying custom serializer/deserializer functions for storage by @tbrockman in #57
- feat: ♻️ Implement loading state to know if the storage is currently loading. by @SamHoque in #54
- feat: implement isLoading state by @nvitaterna in #56
New Contributors
- @SamHoque made their first contribution in #54
- @nvitaterna made their first contribution in #56
- @tbrockman made their first contribution in #57
Full Changelog: v1.10.0...v1.11.0
v1.10.0
What's changed
- BREAKING: removeAll() should account for namespace. To clear out the entire storage, use
clear()
instead. ref: https://discord.com/channels/946290204443025438/1229464155350892654
Full Changelog: v1.9.3...v1.10.0
v1.9.3
v1.9.2
What's Changed
- fix: hook value type having
undefined
even when with default value by @apteryxxyz in #52
New Contributors
- @apteryxxyz made their first contribution in #52
Full Changelog: v1.9.1...v1.9.2
v1.9.1
What's Changed
- Fixes some of the type hints by @sleekslush in #49
New Contributors
- @sleekslush made their first contribution in #49
Full Changelog: v1.9.0...v1.9.1
v1.9.0
bump deps
Full Changelog: v1.8.1...v1.9.0
v1.8.1
v1.8.0
What's Changed
- fix: watch more than one by @yiminghe in #35
- fix: TypeError storage.get with chrome-mv2 by @adrienbrault in #38
- feat: make the storage key reactive by @fa-sharp in #42
- fix: storage pify errorFirst by @adrienbrault in #40
New Contributors
- @yiminghe made their first contribution in #35
- @adrienbrault made their first contribution in #38
- @fa-sharp made their first contribution in #42
Full Changelog: v1.6.0...v1.8.0