v8.0.0
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