Chris@0: # Changelog Chris@0: Chris@0: All notable changes to this project will be documented in this file, in reverse chronological order by release. Chris@0: Chris@15: ## 2.6.0 - 2018-04-25 Chris@15: Chris@15: ### Added Chris@15: Chris@15: - [#28](https://github.com/zendframework/zend-escaper/pull/28) adds support for PHP 7.1 and 7.2. Chris@15: Chris@15: ### Changed Chris@15: Chris@15: - [#25](https://github.com/zendframework/zend-escaper/pull/25) changes the behavior of the `Escaper` constructor; it now raises an Chris@15: exception for non-null, non-string `$encoding` arguments. Chris@15: Chris@15: ### Deprecated Chris@15: Chris@15: - Nothing. Chris@15: Chris@15: ### Removed Chris@15: Chris@15: - [#28](https://github.com/zendframework/zend-escaper/pull/28) removes support for PHP 5.5. Chris@15: Chris@15: - [#28](https://github.com/zendframework/zend-escaper/pull/28) removes support for HHVM. Chris@15: Chris@15: ### Fixed Chris@15: Chris@15: - Nothing. Chris@15: Chris@0: ## 2.5.2 - 2016-06-30 Chris@0: Chris@0: ### Added Chris@0: Chris@0: - [#11](https://github.com/zendframework/zend-escaper/pull/11), Chris@0: [#12](https://github.com/zendframework/zend-escaper/pull/12), and Chris@0: [#13](https://github.com/zendframework/zend-escaper/pull/13) prepare and Chris@0: publish documentation to https://zendframework.github.io/zend-escaper/ Chris@0: Chris@0: ### Deprecated Chris@0: Chris@0: - Nothing. Chris@0: Chris@0: ### Removed Chris@0: Chris@0: - Nothing. Chris@0: Chris@0: ### Fixed Chris@0: Chris@0: - [#3](https://github.com/zendframework/zend-escaper/pull/3) updates the Chris@0: the escaping mechanism to add support for escaping characters outside the Basic Chris@0: Multilingual Plane when escaping for JS, CSS, or HTML attributes.