Skip to content

Releases: hindmost/reduxed-chrome-storage

v3.0.10

12 Oct 15:07
Compare
Choose a tag to compare

This is a minor release that fixes issues #16, #17, #18.

v3.0.5

08 Sep 21:22
Compare
Choose a tag to compare

This is a minor release that fixes some minor issues

v3.0.0

08 Sep 21:07
Compare
Choose a tag to compare

3.0.0 (2022-09-08)

Reduxed Chrome Storage v3 is here!

Breaking Changes

v3 is incompatible with v1/v2 from the viewpoint of usage. Starting with v3 this library is used differently than in earlier versions. First of all, now it has no default export, only named exports. The main function is now named setupReduxed and its usage has changed too. See actual README for full usage reference.

Other Changes

  • added Redux Toolkit support.
  • dropped usage of timers.
  • added 3 utility functions that help manipulate state-related data.
  • various improvements.

Migration from 1.x/2.x to 3.x:

See actual README for how to use the library now.

v2.7.0

16 Aug 10:08
Compare
Choose a tag to compare

This is a minor release that fixes issue #15

v2.6.0

10 Aug 21:10
Compare
Choose a tag to compare

This is a minor release that fixes issue #14

v2.5.0

21 Jun 19:45
Compare
Choose a tag to compare

This is a minor release that fixes issues #12 , #13.

v2.4.8

25 Jan 15:34
Compare
Choose a tag to compare

This is a minor release that fixes this issue

v2.4.7

16 Aug 10:00
Compare
Choose a tag to compare

This is a minor release with some fixes related to storage errors listening and size/limits control (incl. replacement of StorageArea.getBytesInUse method usage with polyfill)

v2.4.0

11 Aug 22:17
Compare
Choose a tag to compare

Added support of storage errors listening along with size/limits control (via special option in the factory function signature).

v2.2.0

01 Jun 09:50
Compare
Choose a tag to compare

Added support of state change listening in Manifest V3 service workers (via special option in the factory function signature).