Skip to content

Releases: mapcode-foundation/mapcode-java

2.4.18

25 Apr 13:39
Compare
Choose a tag to compare
  • Updated log4j and gson dependencies.

2.4.16

22 Dec 07:41
Compare
Choose a tag to compare
  • 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

21 Apr 11:01
Compare
Choose a tag to compare
  • Updated dependencies for security vulnerabilities.

2.4.12

11 Jul 15:24
Compare
Choose a tag to compare
  • Added unit tests to check internal data structures.

2.4.11

09 Jul 11:02
Compare
Choose a tag to compare
  • 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

18 Jun 14:40
Compare
Choose a tag to compare
  • Changed Mapcode.isValidMapcodeFormat() to return false if the string is null. Trimming the string is also no longer needed.

2.4.9

18 Jun 14:31
Compare
Choose a tag to compare
  • Updated dependencies for security patches.

2.4.8

22 Jan 13:21
Compare
Choose a tag to compare
  • Updated dependencies for security patches.

2.4.7

11 May 15:51
Compare
Choose a tag to compare
  • 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.

2.4.6

03 May 14:27
Compare
Choose a tag to compare
  • General cleanup after running stricter IntelliJ inspections profile.

  • Added convenience methods to restrict encoded mapcodes to specific ISO 3166 2 or 3 character country codes.