2.0.2 (2024-01-01)
- string: properly offset trimmed buffer (1f20fe4)
2.0.1 (2023-12-21)
- typedarray: remove fast io path until we properly check for alignment (cf726d7)
2.0.0 (2023-12-21)
- tlv: The value type callback mechanism for TlvIo has been simplified: tag-to-value-type mappings should now be provided as properties on a plain JavaScript object.
- make context optional for IoType write (c8f2ea0)
- tlv: add padding option (67b4ff1)
- tlv: simplify value type selection in TlvIo (4768072)
- typedarray: add TypedArrayIo type for efficient typed array handling (09102b7)
- tlv: pass options through tlv helper (23f1d46)
1.5.1 (2023-12-17)
- stream: correct length calculation in terminated byte reads (3f0a246)
1.5.0 (2023-12-17)
- tlv: handle zero-length TLVs (26527ca)
1.4.0 (2023-12-13)
1.3.0 (2023-12-04)
- make context optional for IoType read (71a59ff)
- make options optional for array, string, and struct helpers (29e9e82)
1.2.2 (2023-11-29)
- fs: avoid throwing exception in node check conditional (9f951f8)
1.2.1 (2023-11-28)
- struct: use correct return type for read function (f245d4a)
- types: add missing types export directive to package file (00463cd)
1.2.0 (2023-11-28)
- types: export common types directly (7411298)
1.1.0 (2023-11-27)
- stream: add export for openStream helper (2bf6b87)
- types: ensure common types are visible in published package (a766d4f)
- initial release