Releases: hildjj/cbor2
Releases · hildjj/cbor2
v2.2.1
v2.2.0
v2.1.2
v2.1.1
v2.1.0
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
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