Skip to content
This repository was archived by the owner on Jan 8, 2021. It is now read-only.

Releases: tchwork/utf8

v1.3.3

Choose a tag to compare

@nicolas-grekas nicolas-grekas released this 07 Jan 16:39
Update changelog

v1.3.0

Choose a tag to compare

@nicolas-grekas nicolas-grekas released this 15 Dec 15:40
  • 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

Choose a tag to compare

@nicolas-grekas nicolas-grekas released this 15 Dec 15:40
  • fix compat with symfony-polyfill

v1.1.31

Choose a tag to compare

@nicolas-grekas nicolas-grekas released this 15 Dec 15:39
  • fix compat with symfony-polyfill

v1.2.5

Choose a tag to compare

@nicolas-grekas nicolas-grekas released this 15 Dec 15:39
  • handle the third argument of mb_convert_encoding() being an array
  • add license files

v1.1.30

Choose a tag to compare

@nicolas-grekas nicolas-grekas released this 15 Dec 15:38
  • fix mb_strrpos shim with negative offset

v1.2.3

Choose a tag to compare

@nicolas-grekas nicolas-grekas released this 25 Jun 08:21
  • 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

Choose a tag to compare

@nicolas-grekas nicolas-grekas released this 26 Apr 09:56
  • 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.1.29

Choose a tag to compare

@nicolas-grekas nicolas-grekas released this 26 Apr 09:55
  • 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

v1.2.1

Choose a tag to compare

@nicolas-grekas nicolas-grekas released this 29 Jan 08:37
  • fix double declaration in mbstring shim