Skip to content

Releases: aeharding/metar-taf-parser

v9.0.1

16 May 05:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v9.0.0...v9.0.1

v9.0.0

04 May 22:51
Compare
Choose a tag to compare

Breaking changes

This release requires regex lookbehind, which is supported in iOS >= 16.4.

If you require support for < iOS 16.4, do not upgrade. Continue to use metar-taf-parser v8.

What's Changed

Full Changelog: v8.0.5...v9.0.0

v8.0.5

26 Jan 03:31
Compare
Choose a tag to compare

What's Changed

  • Fix parsing of "calm wind" by @SkySails in #81
  • Ensure flight category calculations adheres to standards by @SkySails in #82

Full Changelog: v8.0.4...v8.0.5

v8.0.4

23 Aug 16:22
Compare
Choose a tag to compare

What's Changed

  • Add support for three-digit gust reports by @SkySails in #77

New Contributors

Full Changelog: v8.0.3...v8.0.4

v8.0.3

18 May 10:50
Compare
Choose a tag to compare

What's Changed

  • Fix getCompositeForecastForDate not throwing on end timestamp (exclusive) by @aeharding in #73

Full Changelog: v8.0.2...v8.0.3

v8.0.2

10 May 02:28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.0.1...v8.0.2

v8.0.1

12 Mar 01:28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.0.0...v8.0.1

v8.0.0

03 Feb 13:51
Compare
Choose a tag to compare

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

v7.2.0

22 Jan 17:26
Compare
Choose a tag to compare

What's Changed

  • Add support for SPECI and METAR tokens at METAR beginning by @aeharding in #55

Full Changelog: v7.1.3...v7.2.0

v7.1.3

03 Jan 00:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.1.2...v7.1.3