Releases: hildjj/cbor2
Releases · hildjj/cbor2
Fix issues in encodedNumber
Found with EDN tests.
Diagnostic support in web playground
v1.5.2 1.5.2
Updates to latest drafts
Supports dcbor-11 and edn-11 now.
patch release to get publish flow the right permissions.
Updates to latest drafts
Supports dcbor-11 and edn-11 now.
Unpublish u8toHex
The u8toHex
function should not have been added into the general public API. If needed, use import {u8toHex} from 'cbor2/utils'
.
encodedNumber
Add the encodedNumber
function, as well as readme and example for boxed types.
Commenting
Added support for commented output
Add determinism options
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
First release. Does not have comment capability yet, but otherwise has the important features of node-cbor without anywhere near as much complexity.