Releases: bshore/go-hirez
Releases · bshore/go-hirez
v0.0.8
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 🤞
v0.0.7
Notes
- Fixes typo in
pkg/models/connection.go
forSession.Timestamp
's json tag - Contains other misc. linter fixes from
goreportcard
Full Changelog: v0.0.6...v0.0.7