Releases: joelhill/mysportsfeeds-go
Releases · joelhill/mysportsfeeds-go
v3.0.0
- 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
- External mappings ID's can be string's or int's. This makes ID an interface
v2.4.12
- made Player.ExternalMappings a slice
v2.4.11
- changed external mappings from an interface to a typed struct
v2.4.10
- updated the player model to include extra meta data
v2.4.8
Fixed Unmarshal error by updating the team and venue reference models.
v2.4.7
Fixed Unmarshal error by changing CurrentContractYear value from *bool to a *CurrentContractYear struct
v2.4.6
Fixed Unmarshal error by changing currentIntermission within the Score model from *string to *int
v2.4.5
Fixed Unmarshal error by changing currentInning within the Score model from *string to *int