Skip to content

Releases: wowserhq/io

v2.0.2

01 Jan 22:34
0ec87a8
Compare
Choose a tag to compare

2.0.2 (2024-01-01)

Bug Fixes

  • string: properly offset trimmed buffer (1f20fe4)

v2.0.1

21 Dec 17:52
ea3b326
Compare
Choose a tag to compare

2.0.1 (2023-12-21)

Bug Fixes

  • typedarray: remove fast io path until we properly check for alignment (cf726d7)

v2.0.0

21 Dec 17:06
087a621
Compare
Choose a tag to compare

2.0.0 (2023-12-21)

⚠ BREAKING CHANGES

  • 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.

Features

  • 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)

Bug Fixes

  • tlv: pass options through tlv helper (23f1d46)

v1.5.1

17 Dec 20:50
c4e51ba
Compare
Choose a tag to compare

1.5.1 (2023-12-17)

Bug Fixes

  • stream: correct length calculation in terminated byte reads (3f0a246)

v1.5.0

17 Dec 15:56
79d534b
Compare
Choose a tag to compare

1.5.0 (2023-12-17)

Features

  • tlv: handle zero-length TLVs (26527ca)

v1.4.0

13 Dec 04:44
e6bcfbc
Compare
Choose a tag to compare

1.4.0 (2023-12-13)

Features

v1.3.0

04 Dec 04:18
ffc921f
Compare
Choose a tag to compare

1.3.0 (2023-12-04)

Features

  • make context optional for IoType read (71a59ff)
  • make options optional for array, string, and struct helpers (29e9e82)

v1.2.2

29 Nov 15:27
8fb1e80
Compare
Choose a tag to compare

1.2.2 (2023-11-29)

Bug Fixes

  • fs: avoid throwing exception in node check conditional (9f951f8)

v1.2.1

28 Nov 05:02
f05a48c
Compare
Choose a tag to compare

1.2.1 (2023-11-28)

Bug Fixes

  • struct: use correct return type for read function (f245d4a)
  • types: add missing types export directive to package file (00463cd)

v1.2.0

28 Nov 03:39
a5a9719
Compare
Choose a tag to compare

1.2.0 (2023-11-28)

Features

  • types: export common types directly (7411298)