3.0.0 (2025-07-31)
Bug Fixes
- cbor: added
variableMapSize: true option for cbor-x defaults (c8b5a36)
BREAKING CHANGES
- cbor: maps are now encoded with indefinite length using a break code.
This replaces the previous fixed-length encoding and aligns with CBOR canonical rules.