All Versions
36
Latest Version
Avg Release Cycle
35 days
Latest Release
1009 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v1.4.2 Changes
December 13, 2019- π optimize the performance v2
- π more fixes for non-ascii regex
-
v1.4.1 Changes
December 13, 2019- π fix regex for non-ascii
-
v1.4.0 Changes
December 13, 2019- π optimize the performance, via single char replacements
-
v1.3.6 Changes
December 13, 2019- "ascii_extras" -> convert the static content into ascii -> e.g.: instead of replacing "+" with "piΓΉ" we use "piu" (Italian), because we want to use ascii anyway
-
v1.3.5 Changes
November 11, 2019- fix "ASCII::remove_invisible_characters()" -> do not remove invisible encoded url strings by default
-
v1.3.4 Changes
October 14, 2019- π fix static cache for "ASCII::charsArrayWithOneLanguage"
-
v1.3.3 Changes
October 14, 2019- π fix "Turkish" mapping -> 'Γ€' -> 'a'
-
v1.3.2 Changes
October 14, 2019- π fix language parameter usage with e.g. "de_DE"
- re-add missing "extra"-mapping chars
-
v1.3.1 Changes
October 13, 2019- π fix "ASCII::to_slugify" -> remove unicode chars
- β add more test for ascii chars in the mapping
- π fix non ascii chars in the mapping
-
v1.3.0 Changes
October 12, 2019- β add transliteration "fr" (was supported before, but with chars from other languages)
- β add transliteration "ru" - Passport (2013), ICAO
- β add transliteration "ru" - GOST 7.79-2000(B)
- β add transliteration "el" - greeklish
- β add transliteration "zh"
- β add transliteration "nl"
- β add transliteration "it"
- β add transliteration "mk"
- β add transliteration "pt"
- add constants -> ASCII::*LANGUAGE_CODES
- β add more special latin chars / (currency) symbols
- β add simple tests for all supported languages
- β‘οΈ optimize "Russian" to ASCII (via "translit.ru")
- π optimize performance of string replacement
- π optimize performance of array merging
- β‘οΈ optimize phpdoc comments
- "ASCII::to_transliterate" -> use "transliterator_create" + static cache
- π "ASCII::to_ascii" -> fix "remove unsupported chars"
- "ASCII::to_ascii" -> add some more special chars
- β run/fix static analyse via "pslam" + "phpstan"
- π auto fix code style via "php-cs-fixer"
- π fix transliteration for "german"
- π fix transliteration for "persian" (thanks @mardep)
- π fix transliteration for "polish" (thanks @dariusz.drobisz)
- π fix transliteration for "bulgarian" (thanks @mkosturkov)
- π fix transliteration for "croatian" (thanks @ludifonovac)
- π fix transliteration for "serbian" (thanks @ludifonovac)
- π fix transliteration for "swedish" (thanks @nicholasruunu)
- π fix transliteration for "france" (thanks @sharptsa)
- π fix transliteration for "serbian" (thanks @nikolaposa)
- π fix transliteration for "czech" (thanks @slepic)