Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 2.04 KB

CHANGELOG.md

File metadata and controls

53 lines (35 loc) · 2.04 KB

Change Log

All notable changes to this project will be documented in this file. Only versions published since 2022-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.1.4 (2024-06-21)

♻️ Refactoring

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

3.1.0 (2024-04-20)

🚀 Features

  • update docs, add encode[SU]LEB128Into() fns (44f927b)
    • update/fix doc strings
    • retroactively document new functions by @jtenner's PR (#460)
      • add encodeSLEB128Into()
      • add encodeULEB128Into()

3.0.47 (2023-11-09)

♻️ Refactoring

  • update all tests (packages A-S) (e3085e4)

3.0.21 (2023-06-29)

♻️ Refactoring

  • Zig v0.11-dev syntax & build updates (cae6541)

3.0.0 (2022-12-02)

🛑 Breaking changes

  • add bigint support (0440c34)
  • BREAKING CHANGE: update decode return type
    • update all encode to accept bigint or number, cast to correct u64/i64 range
    • update decode result to [bigint, number] tuple
    • rebuild binary (~400 bytes smaller)
    • move zig source to /zig
    • update tests
    • update readme