Releases: noahm/struct-buffer
Releases · noahm/struct-buffer
v6.0.1
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.structNameattribute - 🔨 remove
StructType.namesattribute
Other changes
- ✨ add
LittleEndianandRelativeOffset. See unit tests for example usage - ✅ ✔️ add test
- 🎨 improve code
v6.0.0 Beta 1
A new major version! This is based on published changes from the original upstream project which included a lot of refactoring and cleanup work.
BREAKING CHANGES
- 📦 Package is now published as ESM only. UMD build has been removed.
- 💥 remove
sizeof,display,c-struct,windows type - 🔨 remove
StructBuffer.structNameattribute - 🔨 remove
StructType.namesattribute
Other changes
- ✨ add
LittleEndianandRelativeOffset. See unit tests for example usage - ✅ ✔️ add test
- 🎨 improve code
v5.4.1
v5.4.0
v5.3.0
First release of forked package. See original changelog for previous releases
- ✨ Updated types of
StructBufferclass andbitsandbitFieldsfunctions to have fully typed returns from the.decode()method