Skip to content

Releases: patrickroberts/struct-view

v2.0.0

Choose a tag to compare

@patrickroberts patrickroberts released this 10 May 06:18
  • Make typed array properties readonly to avoid error-prone patterns and encourage in-place modification instead
  • Fix bug with StructView.from factory function byteOffset parameter that required caller to account for ArrayBufferView internal byteOffset
  • Export StructView
  • Add installation step to README

v1.1.0

Choose a tag to compare

@patrickroberts patrickroberts released this 09 May 05:29
  • Fixes bug that prevents default constructed view from initializing with ArrayBuffer of correct length
  • Simplifies type definitions to avoid mismatching types for some view properties

v1.0.0

Choose a tag to compare

@patrickroberts patrickroberts released this 08 May 03:32

Initial release