Skip to content

Releases: icedream/go-footballdata

v0.1.0

10 Aug 22:33
48a484d
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Information

The API has been largely changed, so code compiled against latest version will not compile without changes!

Added

  • Time frame filters for fixtures.
  • Competition - will replace SoccerSeason in compliance with the documentation of Version 1 of the Football-Data API.
  • Introduce FixtureStatus_{Postponed,Scheduled,Timed}.
  • Set methods for HttpClient and Token.
  • Fluent-style configuration methods as alternatives to the Set{HttpClient,Token} methods.

Changed

  • Fix invalid return value of LeagueTable methods.
  • Fix typo in naming of "LastUpdated" field in SoccerSeason (now Competition) struct.
  • Fix #6 where some fields are sometimes not decoded properly or at all.
  • Fix TeamsOfCompetition using the wrong URL to fetch data.

Known issues

  • There is no way to configure the wanted data format (minified/full/compressed). This will be provided in some way in an upcoming version.