Releases: tpavlek/oauth2-twitch
Update oauth2 client
Fixes changes to the base package API
The underlying package API changed, merged pulls from @ThePooN to fix issues.
Kraken API required update
Since August 8th, 2016 Kraken API requires a Client-ID header to be sent on any request.
Significant Client Improvements
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
Merged in new feature that allows logos to be received from the Twitch API.
Updated oauth2-client dependency
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
Updated deps on league/oauth2-client and added Laravel 5 support.
Added username field to entity
1.0.3 Added username field to entity
toArray on TwitchUser
1.0.2 Added toArray to TwitchUser
Laravel Integration
Added Laravel integration to the package.