Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.98 KB

File metadata and controls

47 lines (32 loc) · 1.98 KB

Change Log

All notable changes to this project will be documented in this file. Only versions published since 2023-01-01 are listed here. Please consult the Git history for older version information. See Conventional Commits for commit guidelines.

Note: Unlisted patch versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies.

3.0.48 (2026-02-07)

♻️ Refactoring

  • replace deprecated unsupported() call sites in all pkgs (3abbddf)

3.0.0 (2025-01-14)

🛑 Breaking changes

  • major internal refactor & MUCH faster decode (ce6d528)
  • BREAKING CHANGE: decode() now requires Uint8Array as input
    • update decode() & encode() internals
    • update non-UTF-8 decoding (also add note to readme)
    • avoid use of iterators in decode()
    • update __readBytes() to return sub-arrays (zero copy op)
    • remove @thi.ng/defmulti dependency
    • remove internal use of const enums
    • update tests
    • update readme

2.1.128 (2024-07-22)

🩹 Bug fixes

  • fix #485, update encode() for arraylike objects (8bd8912)
    • switch order of type analysis in encode() dispatch
    • add tests

2.1.123 (2024-06-21)

♻️ Refactoring

  • enforce uniform naming convention of internal functions (56992b2)