Skip to content

Releases: joelhill/mysportsfeeds-go

v3.0.0

17 Apr 07:14
0fcd636
Compare
Choose a tag to compare
  • Completed the migration to go-modules
  • Changed the example to an MD file
  • http client now uses github.com/hashicorp/go-retryablehttp

v2.4.13

10 Apr 04:58
906044a
Compare
Choose a tag to compare
  • External mappings ID's can be string's or int's. This makes ID an interface

v2.4.12

10 Apr 03:47
b97722d
Compare
Choose a tag to compare
  • made Player.ExternalMappings a slice

v2.4.11

09 Apr 19:09
1fa9b6f
Compare
Choose a tag to compare
  • changed external mappings from an interface to a typed struct

v2.4.10

09 Apr 18:58
77703b2
Compare
Choose a tag to compare
  • updated the player model to include extra meta data

v2.4.9

06 Jun 06:24
cb4d903
Compare
Choose a tag to compare

fixed playersIO model.

v2.4.8

06 Jun 06:07
2d1e5fc
Compare
Choose a tag to compare

Fixed Unmarshal error by updating the team and venue reference models.

v2.4.7

06 Jun 05:58
7a7ecdd
Compare
Choose a tag to compare

Fixed Unmarshal error by changing CurrentContractYear value from *bool to a *CurrentContractYear struct

v2.4.6

20 Apr 04:56
acac66c
Compare
Choose a tag to compare

Fixed Unmarshal error by changing currentIntermission within the Score model from *string to *int

v2.4.5

20 Apr 04:43
65be52e
Compare
Choose a tag to compare

Fixed Unmarshal error by changing currentInning within the Score model from *string to *int