Skip to content

0.4.1

Pre-release
Pre-release

Choose a tag to compare

@james-pre james-pre released this 25 Mar 22:27
· 12 commits to main since this release
v0.4.1
6b36fac
  • Fixed incorrect offsetof behavior
  • Fixed circular dependencies
  • Fixed __fault not handling DataView out-of-bounds errors
  • Fixed incorrect field init in @struct decorator
  • Fixed incorrect byteLength in struct()
    • It will now take up the maximum remaining bytes
  • Fixed index checks in StructArray being too strict
    • Use useStrictArrayIndexes() to enable old behavior
  • Fixed struct.extend not computing size correctly
  • Organized tests into suites