Skip to content

Releases: syntaxerrors/Steam

3.0.0

28 Apr 00:58
c4524c6
Compare
Choose a tag to compare

Hightlights

  • Support for PHP 8.1+
  • Support for Laravel 10+
  • Improved handling of empty responses
  • Updated Unit tests

What's Changed

New Contributors

2.3.0 - Support PHP 8

23 Jan 10:11
8912b9e
Compare
Choose a tag to compare
  • Migrate to Github Actions for CI
  • Drop Scrutinizor for CodeClimate
  • Bump require dependancies for security
  • Support PHP 8.

2.2.1

23 Sep 08:50
1ab2478
Compare
Choose a tag to compare
  • Fix bug in ServiceProvider

2.2.0

20 Sep 23:00
32f0b19
Compare
Choose a tag to compare
  • Support Laravel 6+, thanks to @bensherred .
  • Drop support for Laravel 5 and below.
  • Drop support for PHP < 7.3

2.1.2

01 Nov 04:58
Compare
Choose a tag to compare
  • Actually tag the right release in composer.json.
  • Fix a number of tests, imports and clean up the code syntax.
  • Merge PR: Add Item test and documentation #75, letting you get a users inventory for certain games (where supported). Thanks @Teakowa
  • Merge PR: Fix undefined property when supported languages field is not set #92. Thanks @ilumos
  • Add docker commands to assist in testing of the package itself.

2.1.1

09 Oct 22:11
c7652d5
Compare
Choose a tag to compare
  • Fix: NukaCode\Database requires illuminate\database ^5.0. Both packages are very out of date.
    I have changed to use native Illuminate\Support\Collections instead.

#97

2.1.0

09 Oct 12:23
82f5dca
Compare
Choose a tag to compare
  • Fix CI Tests failing to run (the tests still fail to pass, but they are actually run now which is good progress.
  • Drop support for PHP < 7.2.0
  • Drop support for Laravel < 5.8.0 (Laravel 6+ should be supported now)

2.0.16

09 Oct 11:50
Compare
Choose a tag to compare
  • fix: Containers/Package.php method error
  • fix: Correct packahe to package in test/BaseTester.php
    PR #88

Thank you @Teakowa

2.0.15

04 Mar 05:05
aa443d4
Compare
Choose a tag to compare
  • Fix error if Steam returns empty response. #80
  • Fixed appDetails not returning the requested lanuage, thanks to @Teakowa. #81
  • Fixed unhandled error being thrown when Steam returns an empty object on a requested steamId. #82
  • Added $summaries option to GetFriendList to only return SteamIDs if set to false. #70
  • Fix syntax typo in README.

2.0.14

29 Oct 05:29
98c2f37
Compare
Choose a tag to compare

Adding Laravel 5.5+ auto discovery