Releases: mapcode-foundation/mapcode-js
2.4.2
2.4.1
2.4.0
Added scripts for Korean (Choson'gul / Hangul), Burmese, Khmer, Sinhalese, Thaana (Maldivan),
Chinese (Zhuyin, Bopomofo), Tifinagh (Berber), Tamil, Amharic, Telugu, Odia, Kannada, Gujarati.
Renamed language strings to more correct terms (Malay to Malayalam; Hindi to Devanagari).
Added var alphabetsForTerritory[t]
, returning the most commonly used alphabets for territory t
.
Improved some characters for Arabic and Devanagari.
Fixed Bengali to also support Assamese.
For some alphabets, removed recognition of letters I
and/or O
unless looking like digits 1
and/or 0
.
Replaced internal encoded entity_iso[]
array by non-encoded iso3166alpha[]
.
2.3.0
2.2.2
2.2.1
2.2.0
Solved 1-microdegree gap in a few spots on Earth, noticable now that extreme precision is possible
2.1.5
- Added DistanceInMeters and maxErrorInMeters to API;
- Enforce encode(decode(m))=m except near territory borders;
- Stricter unit tests.
2.1.1
Added useful routine DistanceInMeters to API
2.1.0
- Rewrote fraction floating points to integer arithmetic
- Added unittest\unittest.html to test the library