Releases: syntaxerrors/Steam
Releases · syntaxerrors/Steam
3.0.0
Hightlights
- Support for PHP 8.1+
- Support for Laravel 10+
- Improved handling of empty responses
- Updated Unit tests
What's Changed
- GetPlayerLevelDetails-error-handeling by @Sindious in #112
- Throw an exception on empty response by @ilumos in #133
- Support Laravel 10+ by @nicekiwi in #139
New Contributors
2.3.0 - Support PHP 8
- Migrate to Github Actions for CI
- Drop Scrutinizor for CodeClimate
- Bump require dependancies for security
- Support PHP 8.
2.2.1
2.2.0
- Support Laravel 6+, thanks to @bensherred .
- Drop support for Laravel 5 and below.
- Drop support for PHP < 7.3
2.1.2
- 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
2.1.0
2.0.16
2.0.15
- 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 toGetFriendList
to only return SteamIDs if set to false. #70 - Fix syntax typo in README.
2.0.14
Adding Laravel 5.5+ auto discovery