Skip to content

Releases: nkl-kst/the-sports-db

v1.1.0

26 Nov 21:54
Compare
Choose a tag to compare

Added

  • Support for PHP 8.1

v1.0.7

22 Nov 05:25
Compare
Choose a tag to compare

Fixed

  • Changed free users key from "1" to "2"

v1.0.6

16 Nov 20:13
Compare
Choose a tag to compare

Fixed

  • Made strSport property in League entity nullable

v1.0.5

28 Jun 18:13
Compare
Choose a tag to compare

Changed

  • Changed PHPStan level to 6 (fixed all parameters and return type hints)

Fixed

  • Made strSportThumb property in Sport entity nullable

v1.0.4

21 Jun 04:35
Compare
Choose a tag to compare

Fixed

  • Fixed nullable event properties referred to teams (strHomeTeam, strAwayTeam, idHomeTeam, idAwayTeam)

v1.0.3

09 Jun 17:49
Compare
Choose a tag to compare

Deprecated

  • Deprecated NklKst\TheSportsDb\Entity\Table\Entry, use NklKst\TheSportsDb\Entity\Table\Standing instead

Fixed

  • Fixed table entry properties to match API fields
  • Always handle null as an empty result in API responses to prevent mapping errors

v1.0.2

30 May 18:39
2c495e9
Compare
Choose a tag to compare

Added

  • Weekly cron for GitHub workflow

Fixed

  • League serializer should handle null response if ID was not found
  • Event serializer should handle null response if ID was not found
  • Skip schedule tests at the beginning and ending of the season

v1.0.1

04 May 19:03
Compare
Choose a tag to compare

Fixed

  • Made several entity attributes nullable to prevent parse exceptions

v1.0.0

02 May 19:01
0b1e00a
Compare
Choose a tag to compare

Added

  • Dev dependency php-coveralls/php-coveralls
  • Coverage report badge
  • Public API method documentation

Changed

  • Use Guzzle ClientInterface in DependencyContainer
  • Changelog format to https://keepachangelog.com/en/1.0.0/
  • Updated guzzlehttp/guzzle to 7.3.0
  • Updated netresearch/jsonmapper to v4.0.0
  • Updated symfony/dependency-injection to v5.2.6
  • Updated friendsofphp/php-cs-fixer to v2.18.5
  • Updated phpunit/phpunit to 9.5.4

Fixed

  • Don't reuse clients and endpoints in DependencyContainer
  • idAPIfootball in class NklKst\TheSportsDb\Entity\Team is now nullable
  • Fixed teams search returning null on unmatched query
  • Lookup and search results for single entities can be null

Removed

  • API version configuration support

v0.1.2

22 Jan 23:08
4f1b40f
Compare
Choose a tag to compare
  • Added highlight videos support (#4)
  • Added livescore v2 support (#5)