- Last updated: 2026-02-07T14:15:11Z
- Generator: thi.ng/monopub
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.6.0 (2025-12-25)
- add IDataView I64/U64 support, add/update tests (63b90f7)
3.5.0 (2025-12-11)
- add
DATAVIEWandIDataView(a54ca91)
- internal update float<>int conversions, migrate
IS_LEflag (21646af)- update to re-use LE/BE buffers
- migrate
IS_LEto endianess.ts
3.4.26 (2024-06-21)
- enforce uniform naming convention of internal functions (56992b2)
3.4.12 (2024-02-19)
3.4.0 (2023-12-11)
- add signed/unsigned int conversions (9f23ae6)
- update precision for float/uint conversions (both ways) (5289c40)
- add tests
3.3.36 (2023-11-09)
- update all tests (packages A-S) (e3085e4)
3.3.27 (2023-07-14)
- update little endian check (
IS_LEconst) (ee47a7f)