Releases: junlarsen/RiotQuest
Releases · junlarsen/RiotQuest
RiotQuest 1.5.2
This update fixes the issues caused in #66 for non-laravel environments as well as fixing the issue present in #69
RiotQuest 1.5.1
This update adds Laravel 6 Support (thanks @elreco)
RiotQuest 1.5.0
This release allows you to change the logger implementation.
This is done via
Client::setLogger($logger); // where $logger is \Psr\Log\LoggerInterface
RiotQuest 1.4.0
This release allows a custom TTL for api calls made via collections.
$summoner = Client::summoner('euw')->name('supergrecko');
$ranked = $summoner->getRanked(3600);
RiotQuest 1.3.8
Fixes an issue where code 3 would throw if a float was passed.
RiotQuest 1.3.7
This fixes a bug where disabling cache would throw a code 3 and the client can now disable logging.
RiotQuest 1.3.6
This fixes a bug where non-ascii summer names would error.
RiotQuest 1.3.5
Fixes an issue where eune would not resolve on chained calls
RiotQuest 1.3.4
Fixes accidental return from void
RiotQuest 1.3.3
Make keyfinder use isset()