Skip to content
This repository has been archived by the owner on Jan 6, 2020. It is now read-only.

Releases: junlarsen/RiotQuest

RiotQuest 1.5.2

24 Oct 16:53
7dea3f3
Compare
Choose a tag to compare

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

15 Oct 17:23
af861cd
Compare
Choose a tag to compare

This update adds Laravel 6 Support (thanks @elreco)

RiotQuest 1.5.0

12 Oct 11:15
5b1d9c3
Compare
Choose a tag to compare

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

04 Oct 11:01
dea5243
Compare
Choose a tag to compare

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

28 Sep 12:25
Compare
Choose a tag to compare

Fixes an issue where code 3 would throw if a float was passed.

RiotQuest 1.3.7

28 Sep 06:59
039d687
Compare
Choose a tag to compare

This fixes a bug where disabling cache would throw a code 3 and the client can now disable logging.

RiotQuest 1.3.6

15 Sep 11:37
2a52596
Compare
Choose a tag to compare

This fixes a bug where non-ascii summer names would error.

RiotQuest 1.3.5

14 Sep 21:53
54a73e5
Compare
Choose a tag to compare

Fixes an issue where eune would not resolve on chained calls

RiotQuest 1.3.4

14 Sep 16:36
6b4a6fa
Compare
Choose a tag to compare

Fixes accidental return from void

RiotQuest 1.3.3

14 Sep 16:22
01c32dd
Compare
Choose a tag to compare

Make keyfinder use isset()