Skip to content
This repository has been archived by the owner on Aug 19, 2023. It is now read-only.

Releases: moberwasserlechner/jopencage

1.4.1

03 Jul 21:13
Compare
Choose a tag to compare

1.4.0

18 Apr 16:25
Compare
Choose a tag to compare

Important: First Release to Maven Central because JCenter is being sunsetted! You need to load the lib from Maven Central.

See CHANGELOG

1.3.0

11 Dec 12:45
994c46c
Compare
Choose a tag to compare

See CHANGELOG.

Thx to @agxs and @ophiuhus for contributing.

1.2.1

23 Feb 20:06
Compare
Choose a tag to compare
  • Bug fix bounds on forward request #27 thanks to @cohenlea
  • Additional tests #26 thanks to @cohenlea
  • Upgrade gradle

1.2.0

03 Oct 08:26
Compare
Choose a tag to compare
  • add politicalUnion, suburb, town and iso31661 #22 thanks @Dexyon
  • Minimum is now JDK 8 because Travis CI does not support JDK 7 any longer and Oracle ended support for it in April 2015!
  • Upgrade Jackson and HttpClient libs
  • Upgrade Gradle build system
  • Add .editorconfig so IDEs could pickup the code style automatically

1.1.0

01 Jun 07:56
Compare
Choose a tag to compare

Features

  • Support 'qibla' annotation #14
  • Support 'currency' annotation #13
  • Support 'wikidata' annotation #12
  • Add query param 'abbrv' #11
  • Support 'type' component element #18
  • Add 'no_record' optional request parameter #17
  • Support 'OSGB' annotation #15
  • Support 'sun' annotation #16
  • Support 'Mercator' annotation #19
  • Support "only_nominatim" request parameter #7
  • Support 'ITM' annotation #20

Bugfixes

none

Information

none

1.0.3

30 May 13:22
Compare
Choose a tag to compare

Bugfix

  • Do not use gradle version wildcards because they are not supported by maven #10

Information

  • CHANGELOG.md removed in favor of this github release pages

If you want to be notified in case of new releases, please follow me on Twitter

1.0.2

30 May 12:36
Compare
Choose a tag to compare
  • Unmapped properties should not trigger exception. (thanks to @faferreyra) #4
  • Translate non 2xx http responses to log messages #6
  • LICENCE and CHANGELOG files added