Skip to content

Releases: hildjj/cbor2

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.

Updates to latest drafts

22 Aug 20:23
v1.5.0
56880ae
Compare
Choose a tag to compare

Supports dcbor-11 and edn-11 now.

Unpublish u8toHex

02 Jun 15:17
v1.4.0
79b5eba
Compare
Choose a tag to compare

The u8toHex function should not have been added into the general public API. If needed, use import {u8toHex} from 'cbor2/utils'.

encodedNumber

02 Jun 13:51
v1.3.0
e729495
Compare
Choose a tag to compare

Add the encodedNumber function, as well as readme and example for boxed types.