Releases: PlasmoHQ/storage
Releases · PlasmoHQ/storage
v1.6.0
v1.5.0
v1.3.0
feat: remove quota check
fix: compat with older chrome
fix: compat with firefox
Full Changelog: v1.2.0...v1.3.0
v1.2.0
feat: SecureStorage migrate password, lower iteration
Full Changelog: v1.1.0...v1.2.0
v1.1.0
- feat: remove polyfill, use latest chrome async storage
Full Changelog: v1.0.0...v1.1.0
v1.0.0
BREAKING CHANGES
- All storage items are now "secret" by default based on the old terminology (no auto-copy to localStorage).
- The "secret" terminology is removed
- A new terminology: "copied." The idea is that the items are "copied" between Extension Storage and Web localStorage.
What's Changed
Full Changelog: v0.12.0...v1.0.0
v0.12.0
BREAKING CHANGE:
-> hook import is now moved to the hook subpath: @plasmohq/storage/hook
Make sure your bundler support this otherwise you might need to revert to <v0.11
What's Changed
- fix: avoid parsing old value if not exists by @prakashchokalingam in #5
- feat: add support for unwatching by @vantezzen in #9
- v0.8.0 - refactor the Storage constructor() to take in an object instead by @nicolaerusan in #10
- Migrate to webextension-polyfill (#11) by @vantezzen in #12
- feat: option to treat all keys as secret by @martonlederer in #14
- React
useState
style callback support for setting a new value by @martonlederer in #15 - feat: unlimited storage by @Developer27149 in #16
New Contributors
- @prakashchokalingam made their first contribution in #5
- @vantezzen made their first contribution in #9
- @nicolaerusan made their first contribution in #10
- @martonlederer made their first contribution in #14
- @Developer27149 made their first contribution in #16
- @louisgv made their first contribution in #18
Full Changelog: https://github.com/PlasmoHQ/storage/commits/v0.12.0