Skip to content

Releases: PlasmoHQ/storage

v1.6.0

10 May 21:57
3a25b34
Compare
Choose a tag to compare

What's Changed

  • fix: Storage.prototype.remove and Storage.prototype.removeAll to handle namespace correctly by @shuntksh in #32

New Contributors

Full Changelog: v1.5.0...v1.6.0

v1.5.0

10 Apr 22:13
Compare
Choose a tag to compare

What's Changed

  • fix: watch function only trigger once for each key-callback pair.
  • chore: update to TS5
  • chore: comment out userAgent log by @agmmnn in #28

New Contributors

Full Changelog: v1.3.0...v1.5.0

v1.3.0

17 Mar 06:58
Compare
Choose a tag to compare

feat: remove quota check
fix: compat with older chrome
fix: compat with firefox

Full Changelog: v1.2.0...v1.3.0

v1.2.0

17 Mar 06:57
Compare
Choose a tag to compare

feat: SecureStorage migrate password, lower iteration

Full Changelog: v1.1.0...v1.2.0

v1.1.0

17 Mar 06:56
Compare
Choose a tag to compare
  • feat: remove polyfill, use latest chrome async storage

Full Changelog: v1.0.0...v1.1.0

v1.0.0

29 Jan 00:51
Compare
Choose a tag to compare

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

  • feat: SecureStorage and quick storage inspector by @louisgv in #24

Full Changelog: v0.12.0...v1.0.0

v0.12.0

25 Sep 19:23
07a58fa
Compare
Choose a tag to compare

BREAKING CHANGE:

  • feat: storage bundle multiple entries by @louisgv in #18

-> 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

New Contributors

Full Changelog: https://github.com/PlasmoHQ/storage/commits/v0.12.0