Releases: aeharding/metar-taf-parser
Releases · aeharding/metar-taf-parser
v9.1.3
What's Changed
- fix: metar rmk not parsed following trends by @aeharding in #129
- (chore) remove ci corepack, upgrade build dependencies by @aeharding in #121
- (chore) Update documentation links by @aeharding in #123
- chore: switch from jest to vitest, upgrade dependencies by @aeharding in #126
- chore: switch lodash for es-toolkit by @aeharding in #127
- chore: upgrade example app dependencies by @aeharding in #128
Full Changelog: v9.1.2...v9.1.3
v9.1.2
What's Changed
- Added support for a value indicator for rvr range reports (fixes #117) by @fkrauthan in #118
Full Changelog: v9.1.1...v9.1.2
v9.1.1
What's Changed
- Upgrade dependencies by @aeharding in #114
- Expanded variable RVR regex to be more strict and account for north a… by @fkrauthan in #116
Full Changelog: v9.1.0...v9.1.1
v9.1.0
What's Changed
- Fix spelling mistakes in english locale (fixes #99) by @fkrauthan in #105
- Add support for next forecast by remark by @fkrauthan in #107
- Fix rvr parsing with slash separated trend by @fkrauthan in #106
New Contributors
- @fkrauthan made their first contribution in #105
Full Changelog: v9.0.1...v9.1.0
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