Releases: nette/utils
Releases · nette/utils
Released version 2.2.2
- 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
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
The first standalone release. For more information see readme.md.