Releases: Angle/airports
Releases · Angle/airports
v1.2.1
v1.2.0
Database Update (2024-02-09)
Updating the database from the source on February 9th, 2024.
Full Changelog: v1.1.1...v1.1.2
Updated list (2021-07-10)
Updating the list from the source on July 10th, 2021.
Implementing Airport class
The library functions now return an Airport instance instead of a plain array. However, an Airport object can still be casted as an array if needed:
/** @var \Angle\Airports\Airport $airport */
$airport = AirportLibrary::find('LMM');
$airportAsArray = $airport->toArray();Initial Publish
Updated from the source file on July 27th, 2019.