tag:github.com,2008:https://github.com/mapcode-foundation/mapcode-js/releases Release notes from mapcode-js 2018-05-01T15:00:46Z tag:github.com,2008:Repository/24229093/v2.4.2 2018-05-01T15:01:51Z 2.4.2 <ul> <li> <p>Fixed bug in <code>getTerritoryAlphaCode</code> when getting the shortest unambiguous code for <code>US-CA</code>,<br> which is <code>CA</code>, not <code>US-CA</code>.</p> </li> <li> <p>Replaced <code>n</code> with <code>short</code>, removed obsolete <code>parent</code>.</p> </li> </ul> rijnb tag:github.com,2008:Repository/24229093/v2.4.1 2018-05-01T12:05:25Z 2.4.1 <ul> <li>Fixed bug in <code>getTerritoryAlphaCode</code> when getting the shortest unambiguous code for <code>US-CA</code>,<br> which is <code>CA</code>, not <code>US-CA</code>.</li> </ul> rijnb tag:github.com,2008:Repository/24229093/v2.4.0 2016-10-25T13:42:07Z 2.4.0 <p>Added scripts for Korean (Choson'gul / Hangul), Burmese, Khmer, Sinhalese, Thaana (Maldivan),<br> Chinese (Zhuyin, Bopomofo), Tifinagh (Berber), Tamil, Amharic, Telugu, Odia, Kannada, Gujarati.</p> <p>Renamed language strings to more correct terms (Malay to Malayalam; Hindi to Devanagari).</p> <p>Added var <code>alphabetsForTerritory[t]</code>, returning the most commonly used alphabets for territory <code>t</code>.</p> <p>Improved some characters for Arabic and Devanagari.</p> <p>Fixed Bengali to also support Assamese.</p> <p>For some alphabets, removed recognition of letters <code>I</code> and/or <code>O</code> unless looking like digits <code>1</code> and/or <code>0</code>.</p> <p>Replaced internal encoded <code>entity_iso[]</code> array by non-encoded <code>iso3166alpha[]</code>.</p> rijnb tag:github.com,2008:Repository/24229093/v2.3.0 2016-10-02T15:58:04Z 2.3.0 <p>Added Arabic support.</p> rijnb tag:github.com,2008:Repository/24229093/v2.2.2 2015-10-12T08:43:52Z 2.2.2 <ul> <li>Cleaned up unit tests.</li> </ul> rijnb tag:github.com,2008:Repository/24229093/v2.2.1 2015-09-29T12:04:13Z 2.2.1 No content. rijnb tag:github.com,2008:Repository/24229093/v2.2.0 2015-09-29T12:03:49Z 2.2.0 <p>Solved 1-microdegree gap in a few spots on Earth, noticable now that extreme precision is possible</p> mapcodefoundation tag:github.com,2008:Repository/24229093/v2.1.5 2015-09-03T14:27:14Z 2.1.5 <ul> <li>Added DistanceInMeters and maxErrorInMeters to API;</li> <li>Enforce encode(decode(m))=m except near territory borders;</li> <li>Stricter unit tests.</li> </ul> mapcodefoundation tag:github.com,2008:Repository/24229093/v2.1.1 2015-08-27T09:20:17Z 2.1.1 <p>Added useful routine DistanceInMeters to API</p> mapcodefoundation tag:github.com,2008:Repository/24229093/v2.1.0 2015-08-24T20:58:18Z 2.1.0 <ul> <li>Rewrote fraction floating points to integer arithmetic</li> <li>Added unittest\unittest.html to test the library</li> </ul> mapcodefoundation