Releases: hildjj/cbor2
Releases · hildjj/cbor2
v1.9.0
v1.8.2
v1.8.1
What's Changed
- Fixed typo in example by @yackermann in #55
- two columns by @hildjj in #58
- Add example for encoding Buffer. by @hildjj in #59
New Contributors
- @yackermann made their first contribution in #55
Full Changelog: v1.8.0...v1.8.1
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.