Releases: extend-chrome/storage
Releases · extend-chrome/storage
Getting bucket keys
This PR adds a method that gets the keys (or properties) of a specific storage bucket.
[beta] Adding getKeys method
Fixing peer deps
Now this package will support either rxjs@^6 or rxjs@^7, whatever you have installed.
If rxjs isn't installed, it will use v7, which is about 1/2 the size 🎉
Fixing peer deps
Supporting RxJS 7
Exporting the Bucket type from the bucket submodule
- [feat] export bucket type from submodule a778ea6
Fixing types for the bucket submodule
- fix types in bucket package 1186970
Adding types to the bucket submodule
- [chore] add types to bucket submodule fcb7a93
Exporting a pure sub-entry
The default entry point accesses the Chrome API object upon entry to initialize the default storage buckets. This won't work if you are writing code that may run outside of a Chrome extension. OFC, this library won't work at all if chrome.storage
isn't available, but now you can import from @extend-chrome/storage/lib/bucket
and it won't crash everything.
Beta Release - Exporting a pure sub-entry
- [feat] add bucket sub-entry e191433