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.
1.4.1 - 2023-07-03
- Decimal numbers with large scale are converted to String using the E notation, leading to incorrect results with reverse geocoding.
- Coerce latitude/longitude to String preventing E notation #44 thx @lpellegr
- Chores: Fixed SSL and AllowAllHostNameVerifier #43 thx @damade
1.4.0 - 2021-04-18
- JCenter is shutting down! Lib was migrated to MavenCentral (#40)
- Hold unmapped component fields in a
java.util.Map
(#38) thx @Dexilon - Add FIPS mapping (#35)
- Move CI to GH Actions (#39)
- Use JUnit 5 (#39)
- Add GH issue templates (#39)
- Upgrade Gradle to 6.8.3 (#39)
- Fix SLF4J Binder in Tests (#36)
1.3.0 - 2019-12-11
- CHANGELOG file to keep track of changes directly in the repo
- Additional fields for components. Like
continent
,region
,village
,... (#33, #34) - Add support for the
proximity
optional search feature (#31)
- Upgrade to Gradle 6
- Fix travis CI config
1.2.1 - 2019-02-23
- Additional tests (#26)
- Upgrade Gradle
- Bug fix bounds on forward request (#27)