You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.5 KiB
1.5 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
- #32 adds support for PHP 7.3.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
2.6.0 - 2018-04-25
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
Fixed
- Nothing.
2.5.2 - 2016-06-30
Added
- #11, #12, and #13 prepare and publish documentation to https://zendframework.github.io/zend-escaper/
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #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.