Skip to content

Releases: extend-chrome/storage

Getting bucket keys

27 Jun 20:08
Compare
Choose a tag to compare

This PR adds a method that gets the keys (or properties) of a specific storage bucket.

  • Merge pull request #17 from extend-chrome/beta 4364b69

v1.5.0-0...v1.5.0

[beta] Adding getKeys method

08 Jun 20:08
Compare
Choose a tag to compare
Pre-release
  • Merge pull request #16 from extend-chrome/add-get-keys 6f853c4
  • docs: update with getKeys method e19f222
  • feat: add getKeys method and test 3f9a896

v1.4.5...v1.5.0-0

Fixing peer deps

26 May 01:23
Compare
Choose a tag to compare

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

26 May 01:04
Compare
Choose a tag to compare
Fixing peer deps Pre-release
Pre-release

v1.4.4...v1.4.5-0

Supporting RxJS 7

25 May 22:29
Compare
Choose a tag to compare
  • chore: fix scripts for pnpm 5afe90d
  • fix types after updating TS version 3485f87
  • chore: upgrade rxjs, typescript, ts-jest and jest e067dfe

v1.4.3...v1.4.4

Exporting the Bucket type from the bucket submodule

15 Jan 15:25
Compare
Choose a tag to compare

Fixing types for the bucket submodule

15 Jan 15:16
Compare
Choose a tag to compare

Adding types to the bucket submodule

15 Jan 15:07
Compare
Choose a tag to compare
  • [chore] add types to bucket submodule fcb7a93

v1.4.0...v1.4.1

Exporting a pure sub-entry

14 Jan 21:09
Compare
Choose a tag to compare

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

14 Jan 20:45
Compare
Choose a tag to compare
  • [feat] add bucket sub-entry e191433

v1.3.0...v1.3.1-beta.1