Skip to content

Releases: hildjj/cbor2

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

v1.9.0

17 Jan 22:21
v1.9.0
3cf5ec7

Choose a tag to compare

What's Changed

  • Add createObject decodeOption to customize what kind of object is created. by @hildjj in #63

Full Changelog: v1.8.2...v1.9.0

v1.8.2

15 Jan 17:40
v1.8.2
89b30be

Choose a tag to compare

What's Changed

  • Add types entry to package.json by @hildjj in #61

Full Changelog: v1.8.1...v1.8.2

v1.8.1

06 Jan 18:53
v1.8.1
a1ee3ee

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.0...v1.8.1

v1.8.0

03 Dec 16:02
v1.8.0
f4bac33

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.1...v1.8.0

v1.7.1

06 Nov 18:59
v1.7.1
ca1a30e

Choose a tag to compare

What's Changed

  • Switch to hostlocal for local dev server by @hildjj in #51
  • Clean up devDependencies before publish by @hildjj in #52

Full Changelog: v1.7.0...v1.7.1