Skip to content

v0.0.8

Latest
Compare
Choose a tag to compare
@bshore bshore released this 02 Sep 04:12
· 1 commit to main since this release

Full Changelog: v0.0.7...v0.0.8

Notes

  • Fixes God Power/Protection values being float32 instead of int64
  • Adds PlayerIDValue flexible unmarshaler because it turns out the GetPlayer methods return different types for the player_id field (some return an int and some return a string)
  • Satisfies a bunch of Go Report Card issues, hopefully almost all 🤞