1.7.0 (2026-04-21)
- add RFC 9285 base45 encode/decode support (fac1753)
1.6.1 (2026-04-17)
- update jsr.json (4f572b4)
1.6.0 (2026-04-17)
- add base58 and base58btc support (49438d5)
1.5.1 (2026-03-28)
- Export error code type union to get typesense for error handling. (10f2c31)
1.5.0 (2026-03-28)
- BigInt methods and CloudflareWorkers test runner. (bc57eab)
1.4.1 (2026-03-23)
- Added testing and support for for node 20. (fe058d6)
1.4.0 (2026-03-23)
- add hex, z85 support, and decided to drop basE91 support due to being a outlier and inconsistent size semantic. (1300c1a)
1.3.3 (2026-03-19)
1.3.2 (2026-03-19)
- JSR release ci (a7948af)
1.3.1 (2026-03-19)
- JSR release ci (2839c75)
1.3.0 (2026-03-19)
- Added tested CommonJS and deno + bun + edge runtime support. (f21f9ff)
- Added tested CommonJS and deno + bun + edge runtime support. (1b9397a)
1.2.0 (2026-03-19)
- Added Base64String support (already had Base64UrlString support). (13e03da)
- license (a95d69f)
1.1.0 (2026-01-28)
- Added non-blocking compress/decompress support for node runtimes (async zlib) (9ec3b2e)
1.0.7 (2026-01-27)
- readme tags ordering (dc98815)
1.0.6 (2026-01-27)
- npm publish automation (cd93462)
1.0.5 (2026-01-27)
- npm publish automation (8ec6bee)
1.0.4 (2026-01-27)
1.0.3 (2026-01-27)
- npm publish automation (d6bf537)
1.0.2 (2026-01-27)
1.0.1 (2026-01-27)
- trigger release (22d8b5e)
- configure release-please v4 (cceaf1b)
- Package name change from
bytecodecto@z-base/bytecodec. - Added GitHub Actions CI/CD.
- Made documentation a bit richer.
- Added linting and formatting scripts.
- Updated documentation formatting and usage examples.
- Added comprehensive Node unit/integration tests with enforced 100% c8 coverage.
- Added Playwright E2E coverage for Chromium, Firefox, WebKit, and mobile emulation.
- Expanded benchmarks to cover all public byte helpers.
- Removed the generateNonce method.
- Updated documentation, testing notes, and benchmark results.
- Added the toArrayBuffer method.
- Added explicit error handling.