Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Dec 17:06
087a621

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)