Releases: TYPO3/html-sanitizer
Releases · TYPO3/html-sanitizer
2.0.16 - security update
1.0.7 - security update
What's Changed
- [TASK] Add Behavior\Attr tests by @ohader in #54
- [SECURITY] Correctly handle comment end bang state by @ohader in #87
Full Changelog: v1.0.6...v1.0.7
2.0.15 - maintenance
2.0.14 - maintenance
What's Changed
[TASK] Run tests with PHP 8.1
by @lolli42 in #67[TASK] Let test suite fail with E_ALL
by @lolli42 in #68[TASK] Ensure error_reporting uses E_ALL
by @ohader in #72[BUGFIX] Purge node only having empty text nodes
by @ohader in #73[TASK] Allow installation of any PSR-Log version.
by @Crell in #78
Full Changelog: v2.0.13...v2.0.14
2.0.13 - adjust attribute first match default behavior
2.0.12 - maintenance
db5844b [TASK] Allow deprecated center and strike tag
2.0.11 - maintenance
2d6f518 [TASK] Allow more URI schemes for href attribute
8d8097f [TASK] Add immutable behavior to Behavior\Attr
d8bcac6 [FEATURE] Allow data URI for media types
2828be4 [TASK] Introduce UriAttrValueBuilder
b0322ad [TASK] Allow ol and li attributes
7a74225 [TASK] Allow RFC 2392 compliant URI schemes
b205c1e [TASK] Add Behavior\Attr tests