Releases: hildjj/cbor2
Releases · hildjj/cbor2
v1.8.0
v1.7.1
Diagnostic pretty-printing
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
Add version to the exports of index.js to make version checking easier at runtime.
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.