annotate vendor/zendframework/zend-escaper/CHANGELOG.md @ 19:fa3358dc1485 tip

Add ndrum files
author Chris Cannam
date Wed, 28 Aug 2019 13:14:47 +0100
parents e200cb7efeb3
children
rev   line source
Chris@0 1 # Changelog
Chris@0 2
Chris@0 3 All notable changes to this project will be documented in this file, in reverse chronological order by release.
Chris@0 4
Chris@15 5 ## 2.6.0 - 2018-04-25
Chris@15 6
Chris@15 7 ### Added
Chris@15 8
Chris@15 9 - [#28](https://github.com/zendframework/zend-escaper/pull/28) adds support for PHP 7.1 and 7.2.
Chris@15 10
Chris@15 11 ### Changed
Chris@15 12
Chris@15 13 - [#25](https://github.com/zendframework/zend-escaper/pull/25) changes the behavior of the `Escaper` constructor; it now raises an
Chris@15 14 exception for non-null, non-string `$encoding` arguments.
Chris@15 15
Chris@15 16 ### Deprecated
Chris@15 17
Chris@15 18 - Nothing.
Chris@15 19
Chris@15 20 ### Removed
Chris@15 21
Chris@15 22 - [#28](https://github.com/zendframework/zend-escaper/pull/28) removes support for PHP 5.5.
Chris@15 23
Chris@15 24 - [#28](https://github.com/zendframework/zend-escaper/pull/28) removes support for HHVM.
Chris@15 25
Chris@15 26 ### Fixed
Chris@15 27
Chris@15 28 - Nothing.
Chris@15 29
Chris@0 30 ## 2.5.2 - 2016-06-30
Chris@0 31
Chris@0 32 ### Added
Chris@0 33
Chris@0 34 - [#11](https://github.com/zendframework/zend-escaper/pull/11),
Chris@0 35 [#12](https://github.com/zendframework/zend-escaper/pull/12), and
Chris@0 36 [#13](https://github.com/zendframework/zend-escaper/pull/13) prepare and
Chris@0 37 publish documentation to https://zendframework.github.io/zend-escaper/
Chris@0 38
Chris@0 39 ### Deprecated
Chris@0 40
Chris@0 41 - Nothing.
Chris@0 42
Chris@0 43 ### Removed
Chris@0 44
Chris@0 45 - Nothing.
Chris@0 46
Chris@0 47 ### Fixed
Chris@0 48
Chris@0 49 - [#3](https://github.com/zendframework/zend-escaper/pull/3) updates the
Chris@0 50 the escaping mechanism to add support for escaping characters outside the Basic
Chris@0 51 Multilingual Plane when escaping for JS, CSS, or HTML attributes.