Releases: prettygoodtech/namespaced-web-storage
Releases · prettygoodtech/namespaced-web-storage
0.5.0
Added
- Assertion for
prefix
constructor argument. The constructor will now throw if
theprefix
is not a non-empty string.
Changed
- Upgrade
lint-staged
from13.2.0
to13.2.2
. - Upgrade
prettier
from2.8.4
to2.8.8
. - Upgrade
typescript
from5.0.2
to5.0.4
.
0.4.0
Added
- Support for the following
Object
static methods:keys
values
entries
getOwnPropertyNames
getOwnPropertyDescriptor
getOwnPropertyDescriptors
0.3.0
Added
- "Features" section to README.
- Support for dot and bracket property accessors.
Changed
- Upgrade
@ava/typescript
from3.0.1
to4.0.0
. - Upgrade
typescript
from5.0.1-rc
to5.0.2
, thus switching to a stable
release.
0.2.1
0.2.0
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
Added
NamespacedStorage
class withlength
setItem
getItem
deleteItem
key
clear