- Update README
- Update airports & timezone csv by running
mix airports.update
- Auto download source file when running
mix airports.update
- Bump dependencies:
excoveralls
,castore
,ex_doc
, anddialyxir
- Breaking change: Swapped to new airports datasource as old has not been updated since 2019 where as the new source (which is listed on the openflights website) is updated daily(!)
- Added dependabot
- Added Github Actions
- Swap csv for nimble_csv
- Add timezone information accessible through the
timezone_id
field on theAirport
struct - Set
skip_headers: true
when parsing airports from source file
- Initial Release