Releases: mivek/MetarParser
Releases · mivek/MetarParser
2.1.0
2.0.1
2.0.0
Created modules of metarParser
- metarParser-commons: Module containing the i18n and the utility classes
- metarParser-entities: Module containing the model of the application
- metarParser-parsers: Module containing the parsers of the application
- metarParser-services: Module containing the METAR and TAF services
- metarParser-spi: Module containing the spi
The spi module allows the client to choose the source of airports. Two implementations are provided in the project:
- implementation base on local file
airport.dat
- implementation base on OurAirports online csv.
Custom implementations can be provided by extending the AirportProvider
Added Archunit test
1.10.3
1.10.0
1.9.0
1.8.3
Remove the method AbstractParser#parseMinimalVisibility
Upgraded jacoco-maven-plugin version from 0.8.4 to 0.8.5
Upgraded maven-javadoc-plugin version from 3.1.0 to 3.1.1
Upgraded spotbugs-maven-plugin version from 3.1.12 to 3.1.12.2
Upgraded pitest-maven version from 1.4.9 to 1.4.10
Upgraded opencsv version from 4.6 to 5.0
Upgraded maven-surefire-plugin version from 3.0.0-M3 to 3.0.0-M4