Skip to content

Releases: nette/utils

Released version 2.2.2

27 Aug 21:18
@dg dg
Compare
Choose a tag to compare
  • Strings, Arrays, Json: rewritten way how errors in PCRE functions are detected
  • added Validators::isUri()

For the details you can have a look at the diff.

Released version 2.2.1

25 May 01:39
@dg dg
Compare
Choose a tag to compare

Added protection against innerHTML mXSS vulnerability.

IE8 for code <div attr="´´foo=bar"> produces invalid innerHTML <div attr=´´foo=bar>. Adding a space at the end of the attribute forces IE to put quotes around the attribute.

For the details you can have a look at the diff.

Released version 2.2.0

12 May 21:57
@dg dg
Compare
Choose a tag to compare

The first standalone release. For more information see readme.md.