Skip to content

v8.0.0

Compare
Choose a tag to compare
@aeharding aeharding released this 03 Feb 13:51
· 31 commits to main since this release

What's Changed

  • Add support for runway deposits by @aeharding in #64
  • Add altimeter units and leave unit conversion up to the user by @aeharding in #65

Breaking Changes

  • metar.altimeter has been changed from a number (always hectopascals) to an object with units, e.g. { value: 30.06, unit: AltimeterUnit.InHg }. Unit conversion is now left up to the user.

Full Changelog: v7.2.0...v8.0.0