Skip to content

Releases: prettygoodtech/namespaced-web-storage

0.5.0

04 May 18:24
dcba720
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release

Added

  • Assertion for prefix constructor argument. The constructor will now throw if
    the prefix is not a non-empty string.

Changed

  • Upgrade lint-staged from 13.2.0 to 13.2.2.
  • Upgrade prettier from 2.8.4 to 2.8.8.
  • Upgrade typescript from 5.0.2 to 5.0.4.

0.4.0

17 Mar 22:26
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

Added

  • Support for the following Object static methods:
    • keys
    • values
    • entries
    • getOwnPropertyNames
    • getOwnPropertyDescriptor
    • getOwnPropertyDescriptors

0.3.0

16 Mar 22:42
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

Added

  • "Features" section to README.
  • Support for dot and bracket property accessors.

Changed

  • Upgrade @ava/typescript from 3.0.1 to 4.0.0.
  • Upgrade typescript from 5.0.1-rc to 5.0.2, thus switching to a stable
    release.

0.2.1

15 Mar 17:57
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release

Changed

  • Rename test files to use test instead of spec.

Fixed

  • Include TypeScript source files in package releases. Release 0.2.0 added
    source maps, but they are useless without source files.

0.2.0

14 Mar 23:25
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

Added

  • Source maps are now generated and included.

Changed

  • Improve README documentation:
    • Add "Installation and Usage" section
    • Add info badges at the top
  • The npm script test will not also generate test coverage reports.

0.1.0

13 Mar 19:23
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Added

  • NamespacedStorage class with
    • length
    • setItem
    • getItem
    • deleteItem
    • key
    • clear