Skip to content

Releases: hildjj/node-cbor

v7.0.4

14 Mar 20:38
31e1539
Compare
Choose a tag to compare

Works on Safari

Add omitUndefinedProperties, RFC 8746

22 Feb 07:06
119733b
Compare
Choose a tag to compare

When encoding objects or Maps, and the option omitUndefinedProperties is given, omit properties whose value is `undefined. Also added partial support for RFC 8746.

Lint fixes found a few minor issues

15 Feb 21:49
98db029
Compare
Choose a tag to compare

When migrating to a shared, more-comprehensive set of lint rules (see repo), I found a few very minor issues (e.g. places where I was using == and meant ===). Hopefully no impactful changes here.

cbor-web and a monorepo

10 Feb 23:59
033a5d3
Compare
Choose a tag to compare

For most of you trying to use cbor on the web, you should now depend on cbor-web instead. It's pre-minified, batteries-included. If you are using some of the other pre-reqs that cbor-web does (buffer, process, etc.), then you can look at the examples in the repo to get ideas of how to include cbor directly.