Releases: patrickroberts/struct-view
Releases · patrickroberts/struct-view
Release list
v2.0.0
- 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
- 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