Releases: extend-chrome/storage
Releases · extend-chrome/storage
Updating the README
Releasing legacy code
Back by request, this is the last version of @bumble/storage
that didn't use Buckets (no prefixed keys)!
Removing the last of @bumble
- Remove unused dependency 6d2e39e
Migrating to @extend-chrome
Nothing has changed except the name! We're excited to introduce our new organization, extend-chrome
.
- Migrate to @extend-chrome 570fcad
Fixing Bucket RxJS Observables!
v1.0.2
- Fix types path 792ce73
Fixing Jest Mock
This release adds a package.json to @bumble/storage/jest
to facilitate importing.
First Major Version
This release heralds a stable API! See changelog for changes.
- Remove beta warning 61b3195
- Update readme 23d1697
- Update tsconfig c26386b
- Refactor scripts Sort package json Update dependencies 0cbdab7
- Ignore types/ e5741fd
- Update configs 72ccd29
- Update mocks 5002de6
- Convert test to ts Remove nested eslintrc file 3510bdc
- Update changelog edae7cf
- Remove deprecation message e314955
Add getBucket and better types
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.