- Last updated: 2025-03-09T19:21:53Z
- Generator: thi.ng/monopub
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.0.0 (2025-01-14)
- major internal refactor & MUCH faster decode (ce6d528)
- BREAKING CHANGE:
decode()
now requiresUint8Array
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 enum
s - update tests
- update readme
- update
2.1.128 (2024-07-22)
- fix #485, update encode() for arraylike objects (8bd8912)
- switch order of type analysis in encode() dispatch
- add tests
2.1.123 (2024-06-21)
- enforce uniform naming convention of internal functions (56992b2)