Skip to content

Releases: hildjj/cbor2

v2.2.1

25 Jan 23:15
v2.2.1
b69a1d3

Choose a tag to compare

What's Changed

  • keepNanPayloads should look for a sign bit also by @hildjj in #101

Full Changelog: v2.2.0...v2.2.1

v2.2.0

24 Jan 16:17
v2.2.0
8e3b457

Choose a tag to compare

What's Changed

  • Add collapseBigInts to decodeOptions by @hildjj in #100

Full Changelog: v2.1.2...v2.2.0

v2.1.2

21 Jan 18:25
v2.1.2
805a2f8

Choose a tag to compare

What's Changed

  • Trim fractional seconds from tag 0 if not needed, so that the output matches the example in RFC8949. by @hildjj in #99

Full Changelog: v2.1.1...v2.1.2

v2.1.1

21 Jan 17:36
v2.1.1
50d1fdc

Choose a tag to compare

What's Changed

  • Publish on correct environment by @hildjj in #98

Full Changelog: v2.1.0...v2.1.1

v2.1.0

21 Jan 17:30
v2.1.0
b8a579c

Choose a tag to compare

What's Changed

  • Update dependencies. Ensure RequiredWriterOptions gets documented. Test on node 24 instead of node 23. by @hildjj in #84
  • Ensure rimraf gets updated as well, now that we're node 20+. by @hildjj in #86
  • allow using isolated registries for endocing and decoding by @gkgoat1 in #90
  • add coverage and web support for ignoreGlobalTags by @hildjj in #94
  • NaN with payloads by @hildjj in #89
  • Add preferBigInts, fixes #93 by @hildjj in #95
  • Add mouse-overs to all options in playground. Ensure docs are consistent. by @hildjj in #96
  • Implement RFC 8943. Add the dateTag encodeOption, which defaults to 1 (the previous serialization for Date). by @hildjj in #97

New Contributors

Full Changelog: v2.0.1...v2.1.0

v2.0.1

19 May 17:36
v2.0.1
1482d91

Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

13 May 19:48
v2.0.0
339e51d

Choose a tag to compare

What's Changed

  • BREAKING: now requires node 20+.
  • BREAKING: (typescript only) registerDecoder callbacks now take an ITag instead of Tag.
  • Low-level sequence decoder by @novemberborn in #71
  • High-level interface for CBOR Sequences. decodeSequence will return an iterator for all of the JS items in a sequence. by @hildjj in #78
  • Add WTF8 support by @hildjj in #76
  • Per-call tags by @hildjj in #80

New Contributors

Full Changelog: v1.12.0...v2.0.0

v1.12.0

25 Feb 08:20
v1.12.0
8710694

Choose a tag to compare

What's Changed

Full Changelog: v1.11.0...v1.12.0

v1.11.0

14 Feb 17:23
v1.11.0
d2d6da8

Choose a tag to compare

What's Changed

  • Descend into <<>> and '' EDN info when commenting. Fixes #64. by @hildjj in #66

Full Changelog: v1.10.0...v1.11.0

v1.10.0

12 Feb 20:17
v1.10.0
b0f0ef9

Choose a tag to compare

What's Changed

  • Ranges as a hidden property on Uint8Arrays by @hildjj in #65

Full Changelog: v1.9.0...v1.10.0