v11.38.0
·
1224 commits
to master
since this release
11.38.0 (2024-03-12)
Bug Fixes
- util: 🐛 correctly compute binary Base64 last bytes (7666865)
Features
- json-pack: 🎸 add ability to encode CIDs (651e22b)
- json-pack: 🎸 add DAG-JSON decoder (6fa62cc)
- json-pack: 🎸 add support for CID decoding (41ba07d)
- json-pack: 🎸 implement stable JSON map encoding (a5e2fe0)
- json-pack: 🎸 support Bytes type encoding in DAG-JSON (9617448)
- util: 🎸 implement binayr Base64 encoder which uses Uint8Array (1e9e2ad)
- util: 🎸 improve how Base64 padding is added (3020c1b)
- util: 🎸 support binary Base64 decoding without padding (3c126e6)
- util: 🎸 support no padding in Base64 encoder (3501e3f)