Releases: whitfin/dot-notes-js
Releases · whitfin/dot-notes-js
v3.2.2
Updated dependencies, linting, CI builds, compatibility, etc.
v3.2.1
Make npm audit
happy again :)
v3.2.0
Added #join(keys)
and updated various dependencies and CI builds.
v3.1.1
Ensure we allow for retrieval of null
values when using #get
.
v3.1.0
Correct behaviour when dealing with blank keys, e.g. { "": true }
v3.0.0
Refactor API usage, add escaped
and escape
.
v2.1.0
Correct issues with keys containing numbers
v2.0.1
Avoid String mutability in keys
, provide a faster short-circuit in get
.
v2.0.0
API refactoring for simplicity/reliability and new build structures
v1.1.1
Critical fixes in the API to match documentation