Skip to content

v1.0.1 Release

Compare
Choose a tag to compare
@harrydehix harrydehix released this 01 Apr 08:33
· 61 commits to main since this release
d511edc

This update contains no breaking changes. Upgrading is recommended.

What's new?:

  • Internally a new binary parser is used to parse binary data received from the console
    • The new parser ensures type safety making the maintainence of this project much easier
    • As the new parser is only used internally this doesn't affect developers developing with vantjs
  • Minor bug fix:
    • There was an error in the HighsAndLows class/type definition, the uv property's type was defined as ElementHighsAndLows even though it actually is ElementHighs