Full Changelog: v0.0.7...v0.0.8
Notes
- Fixes God Power/Protection values being
float32
instead ofint64
- Adds
PlayerIDValue
flexible unmarshaler because it turns out theGetPlayer
methods return different types for theplayer_id
field (some return anint
and some return astring
) - Satisfies a bunch of Go Report Card issues, hopefully almost all 🤞