Skip to content

Releases: mapcode-foundation/mapcode-java

2.4.19

Choose a tag to compare

@rijnb rijnb released this 27 May 11:15
035efaf
  • Fixed Macao and Mexico DIF territory aliases.
  • Updated deployment process for Maven Central.
  • Updated dependencies.

2.4.18

Choose a tag to compare

@rijnb rijnb released this 25 Apr 13:39
  • Updated log4j and gson dependencies.

2.4.16

Choose a tag to compare

@rijnb rijnb released this 22 Dec 07:41
  • Updated log4j and gson dependencies.

  • Removed country code ANT (not used for mapcodes) after JDK 1.8. Fixed unit test for that.

  • Updated Maven dependencies for security vulnerabilities.

  • Updated copyrights.

2.4.14

Choose a tag to compare

@rijnb rijnb released this 21 Apr 11:01
  • Updated dependencies for security vulnerabilities.

2.4.12

Choose a tag to compare

@rijnb rijnb released this 11 Jul 15:24
  • Added unit tests to check internal data structures.

2.4.11

Choose a tag to compare

@rijnb rijnb released this 09 Jul 11:02
  • Fixed a bug in Mapcode.isValidMapcodeFormat() which caused an exception when parsing a Unicode mapcode which included a numeral, like THA จก.ผถฉ๕ (which is THA GB.RMH5 in non-Unicode).

2.4.10

Choose a tag to compare

@rijnb rijnb released this 18 Jun 14:40
  • Changed Mapcode.isValidMapcodeFormat() to return false if the string is null. Trimming the string is also no longer needed.

2.4.9

Choose a tag to compare

@rijnb rijnb released this 18 Jun 14:31
  • Updated dependencies for security patches.

2.4.8

Choose a tag to compare

@rijnb rijnb released this 22 Jan 13:21
  • Updated dependencies for security patches.

2.4.7

Choose a tag to compare

@rijnb rijnb released this 11 May 15:51
  • Added fromCountryISO/2/3 methods to get a Territory value from a 2- or 3-character ISO 3166 string.

  • Added allCountryISO2/3Codes to get a set of all 2- or 3-character ISO 3166 codes.

  • Added encodeRestrictToCountryISO to restrict mapcodes to a 2- or 3-character ISO 3166 country.