Releases: dolejska-daniel/riot-api
RiotAPI v2
All current v3 endpoints are implemented, all deprecated endpoints are removed.
DataDragonAPI, CLI and PHPDoc improvements
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
Added endpoint calls for Runes Reforged
Further deprecation and updates for objects
v2.0.0-rc.2 Updated and removed deprecated objects (#13)
Resource deprecation, updates and fixes
Third Party Code resource endpoints added
DataDragonAPI updates & fixes
Runes & Masteries deprecated
v1.0.0 release, bugfixes and improvements
This release contains mainly bugfixes and reliability improvements.
Rate limiting rework, CLI support
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
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
Ability to cache calls only on specified resources and for variable time
Call caching fixes
Minor internal settings upgrades
ApiObject extensions
Now you can use your own classes to extend ApiObjects
returned by the library to ease off your work with the objects afterwards.