Skip to content

Releases: extend-chrome/storage

Updating the README

14 Jan 13:47
Compare
Choose a tag to compare

This release improves the documentation.

v1.2.1...v1.3.0

Releasing legacy code

09 Sep 01:32
Compare
Choose a tag to compare

Back by request, this is the last version of @bumble/storage that didn't use Buckets (no prefixed keys)!

Removing the last of @bumble

30 Aug 02:41
Compare
Choose a tag to compare

Migrating to @extend-chrome

08 Jun 22:30
Compare
Choose a tag to compare

Nothing has changed except the name! We're excited to introduce our new organization, extend-chrome.

v1.1.0...v1.2.0

Fixing Bucket RxJS Observables!

20 May 21:46
Compare
Choose a tag to compare

This release fixes the Bucket#changeStream Observable, thus also fixing Bucket#valueStream.

v1.0.2...v1.1.0

v1.0.2

13 Mar 16:43
Compare
Choose a tag to compare

v1.0.1...v1.0.2

Fixing Jest Mock

13 Mar 16:38
Compare
Choose a tag to compare

This release adds a package.json to @bumble/storage/jest to facilitate importing.

v1.0.0...v1.0.1

First Major Version

12 Mar 20:25
Compare
Choose a tag to compare

This release heralds a stable API! See changelog for changes.

v0.5.1...v1.0.0

Add getBucket and better types

15 Jan 22:47
Compare
Choose a tag to compare

It seemed that useBucket was too similar to React Hooks, and the argument order was inconvenient, so useBucket has been deprecated in favor of getBucket.

We've improved our types and converted all the tests to TypeScript.