v2.0.0
What's Changed
- BREAKING: now requires node 20+.
- BREAKING: (typescript only) registerDecoder callbacks now take an
ITaginstead ofTag. - 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
- @novemberborn made their first contribution in #71
Full Changelog: v1.12.0...v2.0.0