All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.5.0 - 2023-05-04
- Assertion for
prefix
constructor argument. The constructor will now throw if theprefix
is not a non-empty string.
- 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 - 2023-03-17
- Support for the following
Object
static methods:keys
values
entries
getOwnPropertyNames
getOwnPropertyDescriptor
getOwnPropertyDescriptors
0.3.0 - 2023-03-16
- "Features" section to README.
- Support for dot and bracket property accessors.
- 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 - 2023-03-15
- Rename test files to use
test
instead ofspec
.
- Include TypeScript source files in package releases. Release 0.2.0 added source maps, but they are useless without source files.
0.2.0 - 2023-03-14
- Source maps are now generated and included.
- 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 - 2023-03-13
NamespacedStorage
class withlength
setItem
getItem
deleteItem
key
clear