Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

27 lines (23 loc) · 1.38 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.1.0 - 2017-08-11

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.