Skip to content

Releases: tomaytotomato/location4j

Release 1.0.6 "Spring cleaning" 🌱

17 Mar 11:55
f5744ec
Compare
Choose a tag to compare

What's Changed

Repackaged location4j as Java module, with appropriate files exposed.
Updated Dataset

Full Changelog: 1.0.5...1.0.6

1.0.5 "fix maven"

13 Aug 20:04
Compare
Choose a tag to compare

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 🚂

11 Aug 15:55
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.3...1.0.4

1.0.3 🎯

10 Aug 14:19
5e9bb6f
Compare
Choose a tag to compare

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

Full Changelog: 1.0.2...1.0.3

1.0.2 🌳

09 Aug 17:39
Compare
Choose a tag to compare

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

09 Aug 16:11
14c6684
Compare
Choose a tag to compare

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

Full Changelog: 1.0.0...1.0.1

1.0.0 "el primero"

05 Aug 17:46
Compare
Choose a tag to compare

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