Skip to content

Latest commit

 

History

History
202 lines (105 loc) · 5.57 KB

CHANGELOG.md

File metadata and controls

202 lines (105 loc) · 5.57 KB

Changelog - fmi-avi-messageconverter-tac

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • ...

Changed

  • ...

Deprecated

  • ...

Removed

  • ...

Fixed

  • ...

Security

  • ...

v6.0.0-beta6 - 2024-02-21

Fixed

  • Fixed a bug where SIGMET with a MOV element had its speed serialized with a leading zero #191
  • SIGMET/AIRMET TAC parsing fixes

v6.0.0-beta5 - 2024-01-09

Fixed

  • Fixed a bug where SigmetWithinRadius was creating coordinate pairs in cases where there was no radius given.

v6.0.0-beta4 - 2024-01-08

Changed

  • SIGMET/AIRMET TAC serialization now adds a linebreak after the status indicator #189

Fixed

  • Fixed rounding in SigmetWithinRadius coordinate serialization #190

v6.0.0-beta3 - 2023-11-14

Changed

  • Added partial support for minimal test SIGMET messages #180, #188

Fixed

  • Fixed SigmetWithinRadius coordinate serialization #186

v6.0.0-beta2 - 2023-10-23

Changed

  • Adapted to SIGMET and AIRMET interface changes in fmi-avi-messageconverter #136

Fixed

  • Fixed FRQ_TCU comparison in AirmetPhenomenon #138
  • Set PermissibleUsage correctly for AIRMET TAC parsing #181

v6.0.0-beta1 - 2023-09-27

Added

  • Experimental support for SIGMET/AIRMET parsing and serialization #117

v5.3.0 - 2023-02-15

Added

  • ConversionHint for disabling line wrapping in TAC serialization #120

Changed

  • Depend on fmi-avi-messageconverter:6.3.0

v5.2.0 - 2022-08-24

Changed

  • Remove ICAO code to country mapping in ICAOCode lexeme #118
  • Depend on fmi-avi-messageconverter:6.2.0

v5.1.0 - 2022-06-06

Changed

  • Depend on fmi-avi-messageconverter:6.1.0

v5.0.0 - 2022-02-22

Changed

  • Removed preceding CR/LF characters in front of serialized/parsed bulletin. #102
  • Adapted to location indicator model changes in GenericAviationMessage. #106
  • Separated generic message parsing from generic bulletin parsing. #107
  • Depend on fmi-avi-messageconverter:6.0.0

Fixed

  • Fixed NullPointerException in Lexing. #114

v4.0.0 - 2021-04-13

Added

  • Created overview documentation for developers. #95

Changed

  • Adapted TAF TAC support to model changes for IWXXM 3. #97
  • Adapted to AviationWeatherMessage.getReportStatus() being non-Optional. #90
  • Code quality enhancements. #101

Past Changelog

Previous changelog entries are available on GitHub releases page in a more freeform format.