Skip to content

Releases: mapcode-foundation/mapcode-java

2.4.5

20 Sep 11:03

Choose a tag to compare

Removed hard reference to log4j.

2.4.4

21 Jul 10:36

Choose a tag to compare

  • Added calls to decode an international or territorial mapcode to its encompassing
    rectangle using decodeToRectangle.

  • Minor code hygiene improvements.

  • Moved all documentation to README.md.

2.4.3

22 Jun 11:08

Choose a tag to compare

Updated POMs.

2.4.2

22 Jun 11:02

Choose a tag to compare

Updated POMs.

2.4.1

01 Nov 08:26

Choose a tag to compare

  • Added scripts for Tifinagh (Berber), Tamil, Amharic, Telugu, Odia, Kannada, Gujarati.
  • Added getAlphabets() to Territory class, returning the most commonly used languages for the territory.
  • Renamed constant HINDI to DEVANAGIRI.
  • Improved some characters for Arabic and Devanagari.
  • Fixed Bengali to also support Assamese.

2.4.0

25 Oct 11:25

Choose a tag to compare

  • Added scripts for Korean (Choson'gul/Hangul), Burmese, Khmer, Sinhalese, Thaana (Maldivan), Chinese (Zhuyin, Bopomofo).
  • Renamed constant MALAY to MALAYALAM.

2.3.2

25 Oct 11:11

Choose a tag to compare

Updated dependencies.

2.3.1

03 Oct 09:58

Choose a tag to compare

Fixed data records for certain parts of China.

2.3.0

02 Oct 14:24

Choose a tag to compare

  • Added Arabic support.
  • Improved handling of Greek, Hebrew and Hindi.

2.2.4

01 Aug 09:25

Choose a tag to compare

  • Added Travis CI and Coveralls badges to README.md.
  • Replaces static DataAccess class with singleton DataModel to allow testing
    of incorrect data model files.
  • Fixed error handling for incorrect data model files.
  • Fix error to info logging in aeuUnpack.
  • Updated all POM dependencies.
  • Updated copyright messages.
  • Improved test coverage of unit tests.