All Versions
37
Latest Version
Avg Release Cycle
56 days
Latest Release
3041 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v1.1.21 Changes
March 26, 2014- ๐ fix #18 u::wordwrap() now relies on native behavior
-
v1.1.20
March 01, 2014 -
v1.1.19 Changes
March 01, 2014- fix mb_regex_encoding() being disabled on some hosting providers
-
v1.1.18 Changes
February 02, 2014- require PCRE>=7.3, the first that correctly checks UTF-8 validity
- enable HHVM on Travis CI
-
v1.1.17 Changes
January 02, 2014- ๐ท enable Travis CI and SensioLabsInsight
- add shims for mb_check_encoding, mb_detect_encoding, mb_detect_order, mb_language and mb_encoding_aliases
- mbstring shim fix: alias UTF8 to UTF-8
- โ more tests
-
v1.1.16 Changes
December 06, 2013- ๐ fix $_FILES bootup filtering
- ๐ fix mbstring shim behavior with invalid utf8 strings
-
v1.1.15 Changes
November 23, 2013- u::toAscii() is now locale sensitive and allows a substitution character
- ๐ use LSB for more extension openness
- ๐ handle null for mb_substr() shim length as in PHP 5.4.8
- ๐ fix casts to string
- fix mbstring MB_CASE_TITLE shim on edge case
- small optimizations
- โ add a changelog
-
v1.1.14 Changes
November 04, 2013- 0๏ธโฃ set default_charset to UTF-8 at bootup
- โ remove bootup PCRE warning
- ๐ fix iconv internal_encoding shim
- ๐ fix bootup dependencies
- โ add tests for normalizers consts
- โก๏ธ readme update
-
v1.1.13 Changes
October 11, 2013- ๐ new u::filter(): normalizes to UTF-8 NFC, converting from CP-1252 when needed
- new u::json_decode(), u::filter_input() and u::filter_input_array() for NFC safeness
- reference Unicode 6.3
- โ more tests
- โก๏ธ readme update
-
v1.1.12 Changes
October 03, 2013- ๐ new Patchwork\TurkishUtf8 class extends Patchwork\Utf8 with Turkish specifics
- ๐ฆ expose Patchwork\Utf8\Bootup::filterString() for UF-8 NFC strings normalization
- โช normalize inputs EOL to work around https://bugs.php.net/65732
- โก๏ธ update composer.json