Skip to content

Latest commit

 

History

History
144 lines (71 loc) · 6.68 KB

File metadata and controls

144 lines (71 loc) · 6.68 KB

Changelog

0.3.0 (2026-04-10)

⚠ BREAKING CHANGES

  • break up god class, extract components, modernize internals (#32)

Performance Improvements

  • convert hot arrays to typed arrays, remove dead ops (#33) (a2fcde3)

Documentation

  • add packet diagram via mermaid (dcb1a33)

Maintenance

  • break up god class, extract components, modernize internals (#32) (ee768bf)
  • migrate to bun.lock, update dependencies & configs (#30) (a304def)

0.2.0 (2025-08-15)

Features

  • Add LZMA range encoding and decoding implementation (#29) (399705f)

Maintenance

  • update node version to 24 (bd087b3)

0.1.2 (2025-07-24)

Bug Fixes

Maintenance

0.1.1 (2025-06-27)

Documentation

Maintenance

  • license change Apache-2.0 to MIT (7f3719b)

0.1.0 (2025-06-27)

⚠ BREAKING CHANGES

  • Improve API design to be more conventional/performant (#17)

Maintenance

  • Improve API design to be more conventional/performant (#17) (2c78ee8)
  • release cleanup (#20) (8e1dab1)

0.0.7 (2025-06-08)

Bug Fixes

  • interpret an 8-bit and 16-bit value as signed & types improvements (#16) (c053e8b)

Maintenance

  • speedup tests using Bun with Node compatible tests & other improvements (592489a)
  • update copyright year and owner (296ee0b)

0.0.6 (2025-03-29)

Maintenance

0.0.5 (2024-12-10)

Documentation

  • update README & header diagram (b92d4a6)

Maintenance

0.0.4 (2024-11-27)

Bug Fixes

  • ci: release manifest file (c08996a)

Documentation

Continuous Integration

Maintenance

Testing