All Versions
37
Latest Version
Avg Release Cycle
56 days
Latest Release
3393 days ago

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