Skip to content

Latest commit

 

History

History
95 lines (51 loc) · 1.55 KB

CHANGELOG.md

File metadata and controls

95 lines (51 loc) · 1.55 KB

Changelog

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

2.7.0 - TBD

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

2.6.1 - TBD

Added

  • Nothing.

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

  • #28 removes support for PHP 5.5.

  • #28 removes support for HHVM.

Fixed

  • Nothing.

2.5.2 - 2016-06-30

Added

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.