1.7 KiB
1.7 KiB
Changelog
All notable changes to this project will be documented in this file, in reverse chronological order by release.
2.6.1 - 2019-09-05
Added
- zendframework/zend-escaper#32 adds support for PHP 7.3.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
2.6.0 - 2018-04-25
Added
- zendframework/zend-escaper#28 adds support for PHP 7.1 and 7.2.
Changed
- zendframework/zend-escaper#25 changes the behavior of the
Escaperconstructor; it now raises an exception for non-null, non-string$encodingarguments.
Deprecated
- Nothing.
Removed
-
zendframework/zend-escaper#28 removes support for PHP 5.5.
-
zendframework/zend-escaper#28 removes support for HHVM.
Fixed
- Nothing.
2.5.2 - 2016-06-30
Added
- zendframework/zend-escaper#11, zendframework/zend-escaper#12, and zendframework/zend-escaper#13 prepare and publish documentation to https://docs.laminas.dev/laminas-escaper/
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- zendframework/zend-escaper#3 updates the the escaping mechanism to add support for escaping characters outside the Basic Multilingual Plane when escaping for JS, CSS, or HTML attributes.