Skip to content

Releases: timrogers/airports

v1.4.0

30 Jun 15:26
e2be521
Compare
Choose a tag to compare
  • Drop support for Ruby 2.2 and 2.3, which are no longer officially supported (@timrogers)
  • Test against Ruby 2.6 (@timrogers)
  • Convert "nulls" in the source data, expressed as "\N", to Ruby nils (@gabebw)

v1.3.0

30 Jun 15:25
9d0d106
Compare
Choose a tag to compare
  • Expose the time zone that an airport is located in with #tz_name (@gabebw)

v1.2.0

11 Mar 19:24
Compare
Choose a tag to compare
  • Drop support for Ruby 2.2, which has reached end-of-life and no longer receives security updates (@timrogers)
  • Enforce code style using Rubocop (@timrogers)

v1.1.0

11 Mar 19:23
Compare
Choose a tag to compare
  • Add new .find_by_icao_code for finding airports by their ICAO code (@ryanburnett)