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

Changelog History
Page 1

  • v1.3.1 Changes

    May 18, 2016
    • ๐Ÿ›  Normalizer fixes from @gitlost
    • ๐Ÿ›  fix tests for php 5.5.35/5.6.21/7.0.6
  • v1.3.0 Changes

    December 15, 2015
    • add shim for mb_convert_variables
    • marked all shims as @internal
    • โœ… test on appveyor
    • ๐Ÿ›  a few fixes in iconv and mbstring shims
    • cleanup refacto for preparing v2 based on symfony-polyfill
  • v1.2.6 Changes

    December 15, 2015
    • ๐Ÿ›  fix compat with symfony-polyfill
  • v1.2.5 Changes

    October 14, 2015
    • handle the third argument of mb_convert_encoding() being an array
    • โž• add license files
  • v1.2.4 Changes

    June 29, 2015
    • ๐Ÿ—„ trigger silenced deprecation notices when shims are in use
    • ๐Ÿ›  fix mb_strrpos() shim registration
    • ๐Ÿ›  fix .gitattributes
  • v1.2.3 Changes

    June 25, 2015
    • ๐Ÿ›  fix mb_strrpos shim with negative offset
    • ๐Ÿ”€ sync tests with latest PHP/HHVM behaviors
    • โœ‚ remove PHP7/HHVM from allowed failures
    • ๐Ÿšš move to PSR-1+2+4
    • mv class/ src/
  • v1.2.2 Changes

    April 26, 2015
    • ๐Ÿ›  Fix ucwords to be functionally the same as in-built PHP version
    • Fix iconv_set_encoding deprecation notice in PHP 5.6.0
    • โœ‚ remove legacy test for HHVM/PHP7
    • ๐Ÿ“œ mb_parse_str() should have no return value
  • v1.2.1 Changes

    January 28, 2015
    • ๐Ÿ›  fix double declaration in mbstring shim
  • v1.2.0 Changes

    January 12, 2015
    • โž• add u::strwidth() to get the width of a string when printed on a terminal
    • โž• add more mbstring shims
    • โž• add a note about https://bugs.php.net/65358
    • fail properly when COM is not loaded
    • fallback on stat() when lstat() fails
  • v1.2.0-beta Changes

    August 05, 2014
    • โž• add best-fit mappings for UTF-8 to Code Page approximations
    • โž• add portable Unicode filesystem access under Windows and other OSes