Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.49 KB

CHANGELOG.md

File metadata and controls

40 lines (25 loc) · 1.49 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.

2.4.0 (2024-08-23)

🚀 Features

  • add read16/24/32() fns (edf19e7)
    • add tests

2.3.0 (2024-08-19)

🚀 Features

  • add support for unsafe reads in BitInputStream (5edd4dd)
    • add optional arg to disable bounds checking in all read methods
    • update readme

2.2.61 (2024-06-21)

♻️ Refactoring

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

2.2.0 (2022-07-06)

🚀 Features

  • add barebones bitReader/Writer() (e17dff9)
    • update pkg & readme