Releases: hildjj/cbor2
Releases · hildjj/cbor2
v2.0.1
What's Changed
- Export Writer class, not its type definition by @novemberborn in #81
- Fix a few typos by @novemberborn in #82
- Update dependencies by @hildjj in #83
Full Changelog: v2.0.0...v2.0.1
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
v1.12.0
v1.11.0
v1.10.0
v1.9.0
v1.8.2
v1.8.1
What's Changed
- Fixed typo in example by @yackermann in #55
- two columns by @hildjj in #58
- Add example for encoding Buffer. by @hildjj in #59
New Contributors
- @yackermann made their first contribution in #55
Full Changelog: v1.8.0...v1.8.1