Skip to content

Releases: bshore/go-hirez

v0.0.8

02 Sep 04:12
Compare
Choose a tag to compare

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 🤞

v0.0.7

03 Mar 04:11
Compare
Choose a tag to compare

Notes

  • Fixes typo in pkg/models/connection.go for Session.Timestamp's json tag
  • Contains other misc. linter fixes from goreportcard

Full Changelog: v0.0.6...v0.0.7

v0.0.6

02 Mar 05:58
8b46778
Compare
Choose a tag to compare

What's Changed

  • Create a mock client by @bshore in #1
  • Support New Endopint GetGodAltAbilities by @bshore in #2

Full Changelog: v0.0.5...v0.0.6

v0.0.5

26 Feb 20:16
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release

Changes the client to use https instead of http

v0.0.4

27 May 00:41
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

Added a missing error handle in Ping() method

v0.0.3

20 Apr 23:11
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

Fixes for RankedStat.. struct fields, turns out they're float32's

v0.0.2

17 Apr 03:56
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Fix for PlayerID being a string

v0.0.1

17 Apr 03:42
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Initial tag