Skip to content

Releases: baba-mandef/air-codes

Add query based searching functions

15 Sep 16:24
af9c53d
Compare
Choose a tag to compare

Major changes
findAirport(query)
This function takes a query string as an argument and returns the airport object matching the query, or null if no match was found.

findAirline(query)
This function takes a query string as an argument and returns the airline object matching the query, or null if no match was found.

What's Changed

New Contributors

Full Changelog: v1.3.9...1.3.15