Skip to content

Releases: Masterminds/html5-php

2.9.0

03 Apr 14:00
f5ac2c0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.8.1...2.9.0

2.8.1

31 Jul 10:11
f47dcf3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.8.0...2.8.1

2.8.0

26 Apr 07:28
3c5d5a5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.7.6...2.8.0

2.7.6

18 Aug 16:19
Compare
Choose a tag to compare
  • #218: Address comment handling issues

2.7.5

01 Jul 14:26
f640ac1
Compare
Choose a tag to compare
  • #204: Travis: Enable tests on PHP 8.0
  • #207: Fix PHP 8.1 deprecations

2.7.4

01 Oct 13:53
9227822
Compare
Choose a tag to compare
  • #191: Fix travisci build
  • #195: Add .gitattributes file with export-ignore rules
  • #194: Fix query parameter parsed as character entity

2.7.3

05 Jul 07:54
aad73db
Compare
Choose a tag to compare
  • #190: mitigate cyclic reference between output rules and the traverser objects

2.7.2

01 Jul 09:48
6c5dea5
Compare
Choose a tag to compare
  • Fixed memory leak in HTML5::saveHTML() #187
  • Add special case for end tag </br> #186

2.7.1

14 Jun 08:39
a3edfe5
Compare
Choose a tag to compare
  • add PHP 7.4 job #171
  • Prevent infinite loop on un-terminated entity declaration at EOF #178

2.7.0

25 Jul 07:04
104443a
Compare
Choose a tag to compare
  • #164: Drop HHVM support
  • #168: Set default encoding in the DOMDocument object