Skip to content

Releases: hildjj/cbor2

v1.9.0

17 Jan 22:21
v1.9.0
3cf5ec7
Compare
Choose a tag to compare

What's Changed

  • Add createObject decodeOption to customize what kind of object is created. by @hildjj in #63

Full Changelog: v1.8.2...v1.9.0

v1.8.2

15 Jan 17:40
v1.8.2
89b30be
Compare
Choose a tag to compare

What's Changed

  • Add types entry to package.json by @hildjj in #61

Full Changelog: v1.8.1...v1.8.2

v1.8.1

06 Jan 18:53
v1.8.1
a1ee3ee
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.0...v1.8.1

v1.8.0

03 Dec 16:02
v1.8.0
f4bac33
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.1...v1.8.0

v1.7.1

06 Nov 18:59
v1.7.1
ca1a30e
Compare
Choose a tag to compare

What's Changed

  • Switch to hostlocal for local dev server by @hildjj in #51
  • Clean up devDependencies before publish by @hildjj in #52

Full Changelog: v1.7.0...v1.7.1

Diagnostic pretty-printing

31 Aug 21:17
v1.7.0
6fca170
Compare
Choose a tag to compare

Set the "pretty" flag to true to get basic pretty-printing. Better handling of short embedded objects and arrays may one day be added, but it's better than nothing for now.

Export version number

30 Aug 18:36
v1.6.0
d024c3c
Compare
Choose a tag to compare

Add version to the exports of index.js to make version checking easier at runtime.

Fix issues in encodedNumber

28 Aug 16:51
v1.5.3
4cf9a5b
Compare
Choose a tag to compare

Found with EDN tests.

Diagnostic support in web playground

27 Aug 19:01
v1.5.2
00b34c8
Compare
Choose a tag to compare

Updates to latest drafts

22 Aug 20:35
v1.5.1
7c3c943
Compare
Choose a tag to compare

Supports dcbor-11 and edn-11 now.
patch release to get publish flow the right permissions.