Skip to content

Tags: gathering-gg/parser

Tags

v0.7.3

Toggle v0.7.3's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
ethanmick Ethan Mick
Adding Better Debugging

Print out raw information being sent to the server when GG_DEBUG
environment variable is present.

v0.7.2

Toggle v0.7.2's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
ethanmick Ethan Mick
Fix Unmarshal JSON of deck cards

v0.7.1

Toggle v0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support for Cosmetics and March Update (#13)

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Best of Three Support (#12)

This requires a little refactor. A match now contains a series of games,
and most fields are moved to the game. The algorithm for splitting
matches now looks for a new `MatchCompleted` end, and splits games by
sideboarding.

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Better Handling of Missing Match Start (#11)

If the match start was missing, the pointer would return nil, which did
not use to be the case. This would cause a panic in those situations.
Check for the match being a nil pointer before dereferencing, and also
better handle the case in which it is nil.

Fix #10

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Increase Performance (#9)

v0.5.2

Toggle v0.5.2's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
ethanmick Ethan Mick
Fixing additional bugs

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
ethanmick Ethan Mick
Skip more broken tests

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
ethanmick Ethan Mick
Add Tracking Event Records and Rewards

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
ethanmick Ethan Mick
Fix Tests: Set config.Root url