Releases: TruckersMP/API-Client
Releases · TruckersMP/API-Client
v1.1.0
Added
- Added the ability to get the companies validation status (i.e. if they are validated or not) (#17)
Changed
- Cleaned up the project by adding missing documentation, return types and spacing within PHPDocs (#17)
- Changed StyleCI and tests to test against PSR12 (#17)
- Updated composer dependencies (#17)
v1.0.4
Fixed
- Fixed loading
guzzlehttp/guzzle
in case the initial project does not use it (#18)
v1.0.3
Added
- Added .gitattributes (#16)
Changed
- Replaced the build status badge with Github actions/workflow instead of Travis CI in readme.md (#16)
v1.0.2
Changed
- Updated dependencies to support their latest versions (#15)
v1.0.0
A complete rework of the library. For more information check #12. Documentation can be found in our Wiki.
It is highly recommended not to use any older version than this one!
v0.3
Fixes for bans
Return null
for permanent bans, also set active
as false
for bans with expired date > now (#8)
v0.2
Library revamp
Breaking changes to the operation of the library, providing more usable examples, including caching.
v0.1
Release
First stable version of the library.