Skip to content

v1.0.0

Choose a tag to compare

@JiangJie JiangJie released this 06 Feb 07:08
· 48 commits to main since this release

[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/TextDecoder fallback
    • fatal option to throw on invalid byte sequences
    • ignoreBOM option to control BOM handling
  • ByteString encoding/decoding
  • 100% test coverage

Full Changelog: https://github.com/JiangJie/happy-codec/commits/v1.0.0