Releases: aeharding/metar-taf-parser
Releases · aeharding/metar-taf-parser
v9.0.1
What's Changed
- (chore) Fix example site deploy by @aeharding in #94
- Add support for runway "none" coverage by @aeharding in #97
Full Changelog: v9.0.0...v9.0.1
v9.0.0
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
- (chore) fix example site build by @aeharding in #83
- Switch to pnpm by @aeharding in #84
- Upgrade dependencies by @aeharding in #85
- (chore) Switch example site from CRA to Vite by @aeharding in #86
- (chore) Update example site README.md by @aeharding in #87
- Remove negative lookbehind workaround by @aeharding in #88
- Upgrade dependencies by @aeharding in #93
Full Changelog: v8.0.5...v9.0.0
v8.0.5
v8.0.4
v8.0.3
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
What's Changed
- Fix for parse failure on TAF with station ident beginning with 'FM' by @mattj65817 in #69
- Reject partial TAF by @mattj65817 in #70
New Contributors
- @mattj65817 made their first contribution in #69
Full Changelog: v8.0.1...v8.0.2
v8.0.1
What's Changed
- Change minimal visibility regex by @volodymyr-tomorrow in #66
New Contributors
- @volodymyr-tomorrow made their first contribution in #66
Full Changelog: v8.0.0...v8.0.1
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
v7.2.0
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
What's Changed
- Fix IMetarDated not being exported by @aeharding in #53
Full Changelog: v7.1.2...v7.1.3