To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Revision:

root / vendor / zendframework / zend-escaper / CHANGELOG.md @ 15:e200cb7efeb3

History | View | Annotate | Download (1.28 KB)

1
# Changelog
2

    
3
All notable changes to this project will be documented in this file, in reverse chronological order by release.
4

    
5
## 2.6.0 - 2018-04-25
6

    
7
### Added
8

    
9
- [#28](https://github.com/zendframework/zend-escaper/pull/28) adds support for PHP 7.1 and 7.2.
10

    
11
### Changed
12

    
13
- [#25](https://github.com/zendframework/zend-escaper/pull/25) changes the behavior of the `Escaper` constructor; it now raises an
14
  exception for non-null, non-string `$encoding` arguments.
15

    
16
### Deprecated
17

    
18
- Nothing.
19

    
20
### Removed
21

    
22
- [#28](https://github.com/zendframework/zend-escaper/pull/28) removes support for PHP 5.5.
23

    
24
- [#28](https://github.com/zendframework/zend-escaper/pull/28) removes support for HHVM.
25

    
26
### Fixed
27

    
28
- Nothing.
29

    
30
## 2.5.2 - 2016-06-30
31

    
32
### Added
33

    
34
- [#11](https://github.com/zendframework/zend-escaper/pull/11),
35
  [#12](https://github.com/zendframework/zend-escaper/pull/12), and
36
  [#13](https://github.com/zendframework/zend-escaper/pull/13) prepare and
37
  publish documentation to https://zendframework.github.io/zend-escaper/
38

    
39
### Deprecated
40

    
41
- Nothing.
42

    
43
### Removed
44

    
45
- Nothing.
46

    
47
### Fixed
48

    
49
- [#3](https://github.com/zendframework/zend-escaper/pull/3) updates the
50
  the escaping mechanism to add support for escaping characters outside the Basic
51
  Multilingual Plane when escaping for JS, CSS, or HTML attributes.