Skip to content

Releases: aeharding/metar-taf-parser

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

v7.1.2

07 Dec 18:28
Compare
Choose a tag to compare

What's Changed

  • Fix flag at beginning of METAR message not being handled (#50) by @aeharding in #51

Full Changelog: v7.1.1...v7.1.2

v7.1.1

22 Nov 22:07
Compare
Choose a tag to compare

What's Changed

  • Add hardened weather condition parsing by @aeharding in #32
  • Fix VCBLSN not being parsed as a weather condition by @aeharding in #49

Full Changelog: v7.1.0...v7.1.1

v7.1.0

13 Nov 03:50
Compare
Choose a tag to compare

What's Changed

  • Fix CAVOK propagating BECMG upon encountering conflicting conditions by @aeharding in #38
  • Properly parse wind conditions with turbulence group by @aeharding in #33
  • Remove unused models (Airport, Country) by @aeharding in #40
  • secondaryType on ICloud by @aeharding in #37
  • Fix parsing for unknown cloud type (///) by @aeharding in #36
  • Improve malformed cloud string parsing, error handling for command execution by @aeharding in #41
  • Add flight category, ceiling information to README.md by @aeharding in #42
  • Add icing and turbulence support to TAF reports by @aeharding in #39
  • Add unknown cloud height parsing by @aeharding in #44
  • Fix incorrect start validity date when it's the day before issued date by @aeharding in #45

Full Changelog: v7.0.0...v7.1.0

v7.0.0

01 Nov 01:39
Compare
Choose a tag to compare

What's Changed

Breaking changes

Pretty minimal!

  1. You may need to add additional logic to your app to handle the newly parsed INTER (intermittent) TAF trend type.
  2. For those using the getCompositeForecastForDate API:
    a. base has been renamed to prevailing
    b. additional has been renamed to supplemental

Full Changelog: v6.1.4...v7.0.0

v6.1.4

23 Oct 04:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.1.3...v6.1.4

v6.1.3

23 Oct 04:03
Compare
Choose a tag to compare

What's Changed

  • Add no significant weather as a weather condition by @aeharding in #30

Full Changelog: v6.1.2...v6.1.3

v6.1.2

23 Oct 02:47
Compare
Choose a tag to compare

What's Changed

  • Add NSW weather flag to trends, fix BECMG propagating wx when NSW exists by @aeharding in #29

Full Changelog: v6.1.1...v6.1.2

v6.1.1

23 Oct 01:59
Compare
Choose a tag to compare

What's Changed

  • Fix raw trend not matching input when using min/max temp on TAF by @aeharding in #28

Full Changelog: v6.1.0...v6.1.1