Releases: syntaxerrors/Steam
Releases · syntaxerrors/Steam
2.0.13
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
Some tweaks from wonderful contributors.
2.0.11
2.0.10
2.0.9
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
Fixing laravel version requirements.
2.0.7
Fixing tests for new collection class
1.2.6
Merge pull request #36 from edmandiesamonte/Laravel4 Laravel4 lastlogoff fix from master
2.0.6
Releasing the PRs that have been done.
2.0.5
Fixing steam IDs going beyond the int limit.