Skip to content

9.0.0

Choose a tag to compare

@ryantaylor ryantaylor released this 03 Jun 15:07
· 45 commits to master since this release
5f9c4ea

Changes

  • Added a regression feature that parses local replays in bulk to check for parsing regressions after changes
  • Added a raw feature that exposes the raw bytes of commands for development purposes
  • Added parsing for ability and (some) cancellation commands

Breaking Changes

  • MSRV bumped to 1.66
  • Command parsing (and associated entities) refactored significantly to enable easier addition of new commands in the future (check documentation for details)