You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)