2.0.0: New CSV parser
This release introduces breaking changes to the PHP library. Data changes to the stations.csv file will be backported to the 1.x branch for the foreseeable future.
- Strongly typed Stations.php library reading directly from the CSV file. Results are identical to the previous implementation, but now a typed object is returned instead of an StdClass.
- The old interface remains available in the StationsLd class
- Introduced Station class
- TAF/TAP TSI codes are now accessible through the PHP library
- Update PHP Language level requirement to 8.0, update code with types for improved readability