Releases: syntaxerrors/Steam
Releases · syntaxerrors/Steam
2.0.13
21 Aug 20:18
Compare
Sorry, something went wrong.
No results found
Adding more properties to the app container responses.
public $ requiredAge ;
public $ isFree ;
public $ shortDescription ;
public $ supportedLanguages ;
public $ recommendations ;
public $ achievements ;
public $ dlc ;
2.0.12
19 Jul 15:50
Compare
Sorry, something went wrong.
No results found
Some tweaks from wonderful contributors.
2.0.11
03 Feb 15:51
Compare
Sorry, something went wrong.
No results found
Added active game details to the player object (@Decicus )
Fixed up pluralization in readable minutes (@Kovah )
Changed service provider to use singleton for laravel 5.4 support (@Deazl and @cjmaxik )
Fixed a problem with player achievements for some games (@Kovah and @73cn0109y)
2.0.10
27 Oct 13:13
Compare
Sorry, something went wrong.
No results found
Added raw minutes for last 2 weeks playtime. (Thanks to @Kovah for this update)
2.0.9
29 Aug 13:22
Compare
Sorry, something went wrong.
No results found
Adding steam ID validation check. If you pass an invalid steam ID to a section (like $steam->users($id)) it will be checked for being valid. If not it will throw an UnrecognizedId exception.
2.0.8
25 Aug 10:58
Compare
Sorry, something went wrong.
No results found
Fixing laravel version requirements.
2.0.7
24 Aug 15:42
Compare
Sorry, something went wrong.
No results found
Fixing tests for new collection class
1.2.6
24 Aug 15:42
Compare
Sorry, something went wrong.
No results found
Merge pull request #36 from edmandiesamonte/Laravel4
Laravel4 lastlogoff fix from master
2.0.6
24 Aug 12:53
Compare
Sorry, something went wrong.
No results found
Releasing the PRs that have been done.
2.0.5
05 Apr 21:30
Compare
Sorry, something went wrong.
No results found
Fixing steam IDs going beyond the int limit.