Releases: tomaytotomato/location4j
Releases · tomaytotomato/location4j
Release 1.0.6 "Spring cleaning" 🌱
What's Changed
- resolves #28 by @tomaytotomato in #34
- Fixes #35 by @tomaytotomato in #36
- Fixes #37 by @tomaytotomato in #38
Repackaged location4j as Java module, with appropriate files exposed.
Updated Dataset
Full Changelog: 1.0.5...1.0.6
1.0.5 "fix maven"
What's Changed
- Fix bad maven module setup, which was preventing v1.0.4 from working, as it was referencing a non existent
location4j-parent.pom
- Code formatting
- Added tests for
DefaultDataLoaderImpl.class
#29 by @tomaytotomato in #30
Full Changelog: 1.0.4...1.0.5
1.0.4 🚂
What's Changed
- Sonar fixing warnings and code tidy by @tomaytotomato in #22
- Adding
@Serial
annotations by @tomaytotomato in #24 - Improved relational links between Countries <> States <> Cities @tomaytotomato in #25
- Performance improvements
- Add Builder classes by @tomaytotomato in #26
- Updated documentation
Full Changelog: 1.0.3...1.0.4
1.0.3 🎯
What's Changed
- Adds location check by classloader,
- Adds spotless for google-java-format,
- Adds lat/long search for city by @jottinger in #20
New Contributors
- @jottinger made their first contribution in #20
Full Changelog: 1.0.2...1.0.3
1.0.2 🌳
This is essentially the same as 1.0.1 but fixes maven package mistakes
What's Changed
- Binarise location4j data
- Remove location4-countries.json from release and Jackson
- Change license to MIT licence
- Create tools module (not part of the library)
- Fix localised names searching
- Improved immutability of results for LocationService
1.0.1
What's Changed
- Binarise location4j data
- Remove location4-countries.json from release and Jackson
- Change license to MIT licence
- Create tools module (not part of the library)
- Fix localised names searching
- Improved immutability of results for LocationService
New Contributors
- @tomaytotomato made their first contribution in #6
Full Changelog: 1.0.0...1.0.1
1.0.0 "el primero"
The first release of location4j 🎉
Core functionality implemented in the two classes:
LocationService
- provides lookups for Countries, States and Cities
SearchLocationService
- provides parsing and search functionality off a text input