Skip to content

Releases: Masterminds/html5-php

2.10.1

Choose a tag to compare

@goetas goetas released this 23 Jun 18:44
fd5018f

What's Changed

  • Fix fwrite() null deprecation in OutputRules::wr() on PHP 8.1+ by @eyupcanakman in #263
  • Passing empty to ord() is deprecated in PHP 8.5 by @claudiu-cristea in #265
  • Fix dynamic property deprecation in TraverserTest & TokenizerTest by @ohader in #266

New Contributors

Full Changelog: 2.10.0...2.10.1

2.10.0

Choose a tag to compare

@goetas goetas released this 25 Jul 09:51
fcf91eb

What's Changed

New Contributors

Full Changelog: 2.9.0...2.10.0

2.9.0

Choose a tag to compare

@goetas goetas released this 03 Apr 14:00
f5ac2c0

What's Changed

New Contributors

Full Changelog: 2.8.1...2.9.0

2.8.1

Choose a tag to compare

@goetas goetas released this 31 Jul 10:11
f47dcf3

What's Changed

New Contributors

Full Changelog: 2.8.0...2.8.1

2.8.0

Choose a tag to compare

@goetas goetas released this 26 Apr 07:28
3c5d5a5

What's Changed

New Contributors

Full Changelog: 2.7.6...2.8.0

2.7.6

Choose a tag to compare

@goetas goetas released this 18 Aug 16:19
  • #218: Address comment handling issues

2.7.5

Choose a tag to compare

@goetas goetas released this 01 Jul 14:26
f640ac1
  • #204: Travis: Enable tests on PHP 8.0
  • #207: Fix PHP 8.1 deprecations

2.7.4

Choose a tag to compare

@goetas goetas released this 01 Oct 13:53
9227822
  • #191: Fix travisci build
  • #195: Add .gitattributes file with export-ignore rules
  • #194: Fix query parameter parsed as character entity

2.7.3

Choose a tag to compare

@goetas goetas released this 05 Jul 07:54
aad73db
  • #190: mitigate cyclic reference between output rules and the traverser objects

2.7.2

Choose a tag to compare

@goetas goetas released this 01 Jul 09:48
6c5dea5
  • Fixed memory leak in HTML5::saveHTML() #187
  • Add special case for end tag </br> #186