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

Releases: zendframework/zend-escaper

zend-escaper 2.6.1

05 Sep 20:05
release-2.6.1
Compare
Choose a tag to compare

Added

  • #32 adds support for PHP 7.3.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

zend-escaper 2.6.0

25 Apr 15:49
Compare
Choose a tag to compare

Added

  • #28 adds support for PHP 7.1 and 7.2.

Changed

  • #25 changes the behavior of the Escaper constructor; it now raises an
    exception for non-null, non-string $encoding arguments.

Deprecated

  • Nothing.

Removed

  • #28 removes support for PHP 5.5.

  • #28 removes support for HHVM.

Fixed

  • Nothing.