Skip to content

Releases: TYPO3/html-sanitizer

2.0.16 - security update

13 Sep 07:31
60bfdc7
Compare
Choose a tag to compare

What's Changed

  • [TASK] Allow CI for any branch, add schedule, add badge by @lolli42 in #84
  • [TASK] Add PHP 8.2 to test matrix by @lolli42 in #85
  • [TASK] Avoid phpunit cache file by @lolli42 in #83
  • [SECURITY] Correctly handle comment end bang state by @ohader in #86

Full Changelog: v2.0.15...v2.0.16

1.0.7 - security update

13 Sep 07:31
37f1d10
Compare
Choose a tag to compare

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

27 Jul 18:42
f9d501a
Compare
Choose a tag to compare

What's Changed

  • [TASK] add img attr. fetchPriority by @xerc in #81
  • [BUGFIX] lowercase track attr. srclang by @xerc in #80
  • [TASK] Allow additional URI schemes afp, smb, vnc, xmpp by @ohader in #82

New Contributors

  • @xerc made their first contribution in #81

Full Changelog: v2.0.14...v2.0.15

2.0.14 - maintenance

21 Feb 13:27
719de8b
Compare
Choose a tag to compare

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

12 Oct 15:23
Compare
Choose a tag to compare

836ee82 [!!!][TASK] Change attr value verification to take first match → see PR #66

2.0.12 - maintenance

12 Oct 06:33
Compare
Choose a tag to compare

db5844b [TASK] Allow deprecated center and strike tag

2.0.11 - maintenance

21 Sep 07:19
Compare
Choose a tag to compare

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

2.0.10 - maintenance

25 Aug 13:32
Compare
Choose a tag to compare
  • b9267c3 [TASK] Adjust PHPDoc comments & code clean-up
  • 200728d [TASK] Adjust internal variable names
  • fb33578 [TASK] Allow font tag (deprecated)

1.0.6 - maintenance

25 Aug 13:32
Compare
Choose a tag to compare
  • 2b14b1f [TASK] Adjust PHPDoc comments & code clean-up
  • bb40e7f [TASK] Adjust internal variable names
  • 7ea2bbd [TASK] Allow font tag (deprecated)

2.0.9 - maintenance

16 Aug 10:48
5dfd055
Compare
Choose a tag to compare
  • 5dfd055 [TASK] Adjust README.md
  • 2abedaa [TASK] Extend README.md
  • 2fb9e71 [TASK] Allow using microdata meta data
  • 7f0af1e [TASK] Extend image tag attributes
  • d22b74c [TASK] Replace overlint with native linting