Skip to content

Releases: dolejska-daniel/riot-api

RiotAPI v2

06 May 13:39
Compare
Choose a tag to compare

All current v3 endpoints are implemented, all deprecated endpoints are removed.

DataDragonAPI, CLI and PHPDoc improvements

02 May 05:47
Compare
Choose a tag to compare

Added new methods to DataDragonAPI with SSL support, also CLI version of RiotAPI should be safer and easier to use. PHPDoc comments refactoring.

DataDragonAPI:

  • SSL support
  • Added methods for generating image URLs only

RiotAPICLI:

  • Added more details to usage output
  • Added support for special method argument types (arrays, objects)
  • General bugfixes

Runes Reforged update

20 Mar 22:49
Compare
Choose a tag to compare
Runes Reforged update Pre-release
Pre-release

Added endpoint calls for Runes Reforged

Further deprecation and updates for objects

05 Feb 18:55
Compare
Choose a tag to compare
v2.0.0-rc.2

Updated and removed deprecated objects (#13)

Resource deprecation, updates and fixes

25 Jan 12:34
Compare
Choose a tag to compare
Pre-release

Third Party Code resource endpoints added
DataDragonAPI updates & fixes

Runes & Masteries deprecated

v1.0.0 release, bugfixes and improvements

06 Aug 09:12
Compare
Choose a tag to compare

This release contains mainly bugfixes and reliability improvements.

Rate limiting rework, CLI support

30 Jul 21:19
Compare
Choose a tag to compare
Pre-release

Rate limiting is now completly automatic. CLI support has been added (use RiotAPICLI.php).

This release also includes few bugfixes.

StaticData linking, custom callbacks & updates

23 Jul 17:29
Compare
Choose a tag to compare

Newly implemented StaticData linking
Newly implemented custom callbacks (before and after request)

getMatch function update (forAccountId parameter added)
New iterable objects
Object updates (property annotations)

README updates reflecting newly implemented and updated features

Call caching fixes and updates

30 Jun 09:48
Compare
Choose a tag to compare
Pre-release

Ability to cache calls only on specified resources and for variable time
Call caching fixes
Minor internal settings upgrades

ApiObject extensions

29 Jun 20:33
Compare
Choose a tag to compare
ApiObject extensions Pre-release
Pre-release

Now you can use your own classes to extend ApiObjects returned by the library to ease off your work with the objects afterwards.