Skip to content

v6.0.1

Latest

Choose a tag to compare

@noahm noahm released this 13 Dec 23:35
f7bcc0f

A new major version! This is based on published changes from the original upstream project which included a lot of refactoring and cleanup work. (note there is no 6.0.0 due to a mistake in publishing)

BREAKING CHANGES

  • 📦 Package is now published as ESM only. UMD build has been removed.
  • 💥 remove sizeof, display, c-struct, windows type
  • 🔨 remove StructBuffer.structName attribute
  • 🔨 remove StructType.names attribute

Other changes

  • ✨ add LittleEndian and RelativeOffset. See unit tests for example usage
  • ✅ ✔️ add test
  • 🎨 improve code