Releases: atoff/vatsim-stand-status
Releases · atoff/vatsim-stand-status
Guzzle 7 Support
Update Aircraft Fetching Method
Changes:
- Changes function name of
getAllAircraft
toallAircraft
on the StandStatus class inline with the stand retrieval methods
Stand Status 2.0
Major rewrite and refactor of the library.
New Features:
- Ability to download and parse stand data from OpenStreetMap
- Implements Phpunit test suite and test coverage for library
- Ability to parse stand data from an array
Changes:
- Update repository to follow PSR best practice
- Change to OOP style, replacing previous raw arrays
- Sets PHP 7.2 as minimum supported version
- Updates README for readability and to document new changes
Fixes:
- Implements ability to actually use the
standExtensions
configuration setting
Dependency Update
- Bumps version of VATSIM PHP to 2.0*, no changes to package signature
Fix bugs
Handle VATSIM Datafile Downtime
- Adds try catch to handle errors from VATSIMXML
V1.0.1 - Hotfix
Hotfix parseData() to return the class
V1.0 - Initial Release
Initial Release