v1.0.0
[1.0.0] - 2026-02-06
Added
- Universal runtime support (Browser, Node.js, Deno, Bun, 小程序/小游戏, etc.)
- Base64 encoding/decoding with fast pure-JS encoder and native decoder fallback
- Hex encoding/decoding
- UTF-8 encoding/decoding with
TextEncoder/TextDecoderfallbackfataloption to throw on invalid byte sequencesignoreBOMoption to control BOM handling
- ByteString encoding/decoding
- 100% test coverage
Full Changelog: https://github.com/JiangJie/happy-codec/commits/v1.0.0