Skip to content

v2.0.0

Choose a tag to compare

@hildjj hildjj released this 13 May 19:48
· 13 commits to main since this release
v2.0.0
339e51d

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