Skip to content

Releases: jakubboucek/legacy-escape

1.3.0

11 Sep 10:14
v1.3.0
39af2c5
Compare
Choose a tag to compare
  • Add Escape::noescape() to mark code as intentionally unescaped

1.2.0

05 Sep 06:54
v1.2.0
88f13a8
Compare
Choose a tag to compare
  • Add sinitization CSS color by EscapeCss:color(...) (#1)

Note

This version should be named 0.1.2, but i was accidently named 1.2.0. It's not valid SemVer incrementation, but no way to fix that because users use it already.

0.1.1

08 Jul 15:10
v0.1.1
f518e8f
Compare
Choose a tag to compare
  • Only fixes tests running

0.1.0

13 Apr 19:32
v0.1.0
d8aa1e8
Compare
Choose a tag to compare

First relese, added features:

  • Escape HTML
  • Escape HTML attributes
  • Escape HTML comments
  • Escape JS
  • Escape CSS
  • Escape URL

Supported PHP:

  • PHP 7.1 and above