Releases: tfausak/rattletrap
Releases · tfausak/rattletrap
6.0.1
6.0.0
This is a major version bump, but there's only one breaking change:
- #93: Added support for parsing club titles from patch 1.50, also known as "the progression update". This changes the JSON representation! Please see this comment for a detailed description of the changes.
5.0.1
5.0.0
This is a major version bump, but there is only one breaking change:
- #87: Fixed parsing of rotation values for replays recorded with Rocket League >= 1.45, also known as Salty Shores. Previously rotations were stored as 3D vectors, but now they're stored as quaternions. This changes the JSON representation! Please see the pull request for a detailed description of the old and new values. Thanks to @Sciguymjm for reporting this and to @jjbott for figuring it out!
Also included with this release is a small bug fix:
- #86 & #88: Fixed parsing of RLCS replays. These were subtly different than every other replay, but handling them shouldn't change how anything else is parsed. Thanks to @enzanki-ars for reporting and fixing this!
4.1.2
4.1.1
- commercialhaskell/stackage#3728: Support aeson 1.4.
4.1.0
4.0.9
- #76: Fixed handling of matches with no time limits. Thanks @andrewchae!
- commercialhaskell/stackage#3337: Allowed aeson 1.3.