Skip to content

Releases: whitfin/dot-notes-js

v3.2.2

14 Nov 08:17
Compare
Choose a tag to compare

Updated dependencies, linting, CI builds, compatibility, etc.

v3.2.1

27 Jul 21:55
Compare
Choose a tag to compare

Make npm audit happy again :)

v3.2.0

14 Oct 19:06
Compare
Choose a tag to compare

Added #join(keys) and updated various dependencies and CI builds.

v3.1.1

03 Mar 23:47
Compare
Choose a tag to compare

Ensure we allow for retrieval of null values when using #get.

v3.1.0

28 Feb 14:00
Compare
Choose a tag to compare

Correct behaviour when dealing with blank keys, e.g. { "": true }

v3.0.0

05 Feb 13:44
Compare
Choose a tag to compare

Refactor API usage, add escaped and escape.

v2.1.0

16 Nov 23:15
Compare
Choose a tag to compare

Correct issues with keys containing numbers

v2.0.1

16 Nov 20:28
Compare
Choose a tag to compare

Avoid String mutability in keys, provide a faster short-circuit in get.

v2.0.0

13 Nov 21:09
Compare
Choose a tag to compare

API refactoring for simplicity/reliability and new build structures

v1.1.1

22 Mar 05:22
Compare
Choose a tag to compare

Critical fixes in the API to match documentation