Skip to content

Releases: hildjj/cbor2

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.

Commenting

03 Sep 01:13
v1.1.0
5670495
Compare
Choose a tag to compare

Added support for commented output

Add determinism options

29 Aug 14:37
v1.0.0
f0b658a
Compare
Choose a tag to compare

Added a bunch of options to enable supporting CDE and dCBOR. Once those specs settle a little more, I'll make those options much easier to use.

Updated web app to allow option setting.

Initial release

28 Jul 13:35
v0.0.1
29f05ed
Compare
Choose a tag to compare

First release. Does not have comment capability yet, but otherwise has the important features of node-cbor without anywhere near as much complexity.