All Versions
37
Latest Version
Avg Release Cycle
56 days
Latest Release
3393 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v1.1.11 Changes
August 19, 2013- โก๏ธ updates related to PHP bugs 52211 and 61860
- ๐ fixes and tests for iconv shim
- ๐ fixes and tests for mbstring shim
-
v1.1.10 Changes
August 13, 2013- โก๏ธ update .gitattributes export-ignore
- ๐ fixes and tests for intl::grapheme_extract() shim
- ๐ fixes and tests for iconv shim
- ๐ fixes and tests for mbstring shim
-
v1.1.9 Changes
August 04, 2013- ๐ know that PHP bug 61860 has been fixed in 5.5.1
- ๐ fix intl::grapheme_strlen() shim on edge case
- ๐ fix case sensitive encoding checks for mbstring shim
- โ some more fixes, tests and optimizations
-
v1.1.8 Changes
May 24, 2013- filter leading combining chars in inputs for NFC safeness
- ๐ fixes, tests and optimizations
- โก๏ธ readme update
-
v1.1.0 Changes
April 18, 2013- ๐ง PSR-0 autoloading and explicit bootup configuration is now required
-
v1.0.6 Changes
April 22, 2013- โ add extra characters for ASCII transliterations
- ๐ move bootup stages in namespaced functions for greater modularity
- NFC normalization for autoglobal inputs
- ๐ better setlocale() initialization
- ๐ fix fatal error caused by multiple bootup inclusion
- ๐ fix bootup
-
v1.0.0 Changes
October 15, 2012- ๐ first official release of a work started in 2007
- Apache v2.0 / GPL v2.0 dual-licensed
- PHP portability implementations for mbstring, iconv, intl grapheme_*() and utf8_encode/decode()
- Unicode compliant and portable Normalizer
- grapheme clusters aware UTF-8 handling string functions replica
- ๐ง PHP runtime environment configuration for UTF-8
- extra functions for UTF-8 validity checks, transliterations and case folding
- โ covered by unit tests