Skip to content

Releases: tpavlek/oauth2-twitch

Update oauth2 client

17 Oct 04:43
6334c97
Compare
Choose a tag to compare

Maintenance release

Fixes changes to the base package API

10 Apr 13:39
Compare
Choose a tag to compare

The underlying package API changed, merged pulls from @ThePooN to fix issues.

Kraken API required update

10 Oct 00:16
Compare
Choose a tag to compare

Since August 8th, 2016 Kraken API requires a Client-ID header to be sent on any request.

Significant Client Improvements

13 May 16:08
Compare
Choose a tag to compare

Thanks to @0plus1 for the excellent pull. Included in the fixes are improved documentation, exception handling and a variety of other fixes.

This also removes Laravel integration, so if you were relying on that, be cautious in the upgrade.

Twitch Logo

04 Jun 00:22
Compare
Choose a tag to compare

Merged in new feature that allows logos to be received from the Twitch API.

Updated oauth2-client dependency

20 May 17:52
Compare
Choose a tag to compare

This is primarily a dependency update release, upgrading to the newest oauth2-client.

Additionally, I also added a quick integrated test to ensure that the package works and documented it in the readme.

Updated dependencies

21 Mar 19:46
Compare
Choose a tag to compare

Updated deps on league/oauth2-client and added Laravel 5 support.

Added username field to entity

03 Feb 00:19
Compare
Choose a tag to compare
1.0.3

Added username field to entity

toArray on TwitchUser

02 Feb 21:45
Compare
Choose a tag to compare
1.0.2

Added toArray to TwitchUser

Laravel Integration

02 Feb 20:40
Compare
Choose a tag to compare

Added Laravel integration to the package.