Skip to content

Releases: ivopetkov/html5-dom-document-php

v0.5.8

19 Dec 12:45
Compare
Choose a tag to compare

Added support for tagname[attribute] and [attribute] selectors.

Thanks to WilliamStam for the contribution.

v0.5.7

08 Dec 07:08
Compare
Choose a tag to compare

Performance optimizations.
Fixed docblocks.

Thanks to mikemand for the contributions.

v0.5.6

25 Aug 07:15
Compare
Choose a tag to compare

Fix in inserting empty HTML.

v0.5.5

03 Aug 09:38
Compare
Choose a tag to compare

Added insertHTMLMulti() method.

v0.5.4

02 Aug 16:53
Compare
Choose a tag to compare

Performance optimizations.

v0.5.3

02 Aug 15:22
Compare
Choose a tag to compare

Fixes in preserving whitespace.
Fixes in duplicate IDs removal.
Performance optimizations.

v0.5.2

31 Jul 13:23
Compare
Choose a tag to compare

Fix in whitespace protection.

v0.5.1

25 Jul 19:55
Compare
Choose a tag to compare

Updated composer.json.

v0.5.0

25 Jul 19:53
Compare
Choose a tag to compare

The library now supports PHP 7+ only.
Performance optimizations.

v0.4.16

07 Jul 21:46
Compare
Choose a tag to compare

Added head elements order update.