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

Releases: tchwork/utf8

v1.3.3

07 Jan 16:39
Compare
Choose a tag to compare
Update changelog

v1.3.0

15 Dec 15:40
Compare
Choose a tag to compare
  • 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

15 Dec 15:40
Compare
Choose a tag to compare
  • fix compat with symfony-polyfill

v1.1.31

15 Dec 15:39
Compare
Choose a tag to compare
  • fix compat with symfony-polyfill

v1.2.5

15 Dec 15:39
Compare
Choose a tag to compare
  • handle the third argument of mb_convert_encoding() being an array
  • add license files

v1.1.30

15 Dec 15:38
Compare
Choose a tag to compare
  • fix mb_strrpos shim with negative offset

v1.2.3

25 Jun 08:21
Compare
Choose a tag to compare
  • 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

26 Apr 09:56
Compare
Choose a tag to compare
  • 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

26 Apr 09:55
Compare
Choose a tag to compare
  • 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

29 Jan 08:37
Compare
Choose a tag to compare
  • fix double declaration in mbstring shim