Skip to content

Releases: syntaxerrors/Steam

2.0.13

21 Aug 20:18
594b763
Compare
Choose a tag to compare

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
d9ce47e
Compare
Choose a tag to compare

Some tweaks from wonderful contributors.

2.0.11

03 Feb 15:51
Compare
Choose a tag to compare
  • 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
Choose a tag to compare

Added raw minutes for last 2 weeks playtime. (Thanks to @Kovah for this update)

2.0.9

29 Aug 13:22
Compare
Choose a tag to compare

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
Choose a tag to compare

Fixing laravel version requirements.

2.0.7

24 Aug 15:42
Compare
Choose a tag to compare
Fixing tests for new collection class

1.2.6

24 Aug 15:42
Compare
Choose a tag to compare
Merge pull request #36 from edmandiesamonte/Laravel4

Laravel4 lastlogoff fix from master

2.0.6

24 Aug 12:53
Compare
Choose a tag to compare

Releasing the PRs that have been done.

2.0.5

05 Apr 21:30
Compare
Choose a tag to compare

Fixing steam IDs going beyond the int limit.