Skip to content

Releases: dolejska-daniel/riot-api

v5.0.0 - PHP8 support, bugfixes, new endpoints, dependency updates

11 Jun 08:34
6d23004
Compare
Choose a tag to compare

Initial metapackage release

24 Jan 13:01
fe0cd34
Compare
Choose a tag to compare
Pre-release
v5.0.0-alpha

Converted repository to metapackage

Support for Guzzle configuration

05 Nov 10:34
64ad8f4
Compare
Choose a tag to compare
  • Added library settings which are passed to Guzzle client and requests

TFT endpoint implementation

19 Oct 07:24
Compare
Choose a tag to compare
  • TFT endpoints were implemented and are usable
  • Minor bugfixes

Async requests fixed, CLI fixed & improved

24 Feb 21:07
Compare
Choose a tag to compare
  • Asynchronous requests through Guzlle now work correctly
  • Support for CLI has been fixed and improved

CLI support rework, bugfixes and updates

26 Aug 19:09
Compare
Choose a tag to compare
  • Completely reworked CLI support
  • league-exp resource v4 implementation
  • New usage examples
  • DocComment cleanup and fixes

Asynchronous requests, API Object fixes

16 Dec 15:42
Compare
Choose a tag to compare

This release comes with Guzzle library replacing pure curl calls allowing usage of asynchronous requests.

Some minor API Object fixes are contained as well - mainly datatype fixes in PHPDoc.

LeagueAPI v4, DataDragonAPI, StaticData

13 Dec 22:27
Compare
Choose a tag to compare

Class names & namespace changes - please see README for more details.

All League of Legends v4 endpoints are implemented and working. StaticData are now working as well.

Riot's League API v4

12 Dec 21:33
Compare
Choose a tag to compare
Riot's League API v4 Pre-release
Pre-release

League of Legends v4 APIs are implemented and somewhat stable.

Static data still unavailable through RiotAPI (they are available from DataDragonAPI in their array representation).

Static-data through DataDragon, fixes

22 Oct 19:31
Compare
Choose a tag to compare

Static-data are now somewhat available through DataDragon class.
Removed parameter type hint for methods using MatchID.