Skip to content

Releases: ivopetkov/html5-dom-document-php

v2.2.6

09 Nov 08:36
Compare
Choose a tag to compare

Fix conflicting internal string (breaks matching the html tag)

Big thanks to David Hayes for pointing out the bug and providing a fix.

v2.2.5

28 Oct 20:13
Compare
Choose a tag to compare

Better exception message when duplicate element ids.

v2.2.4

02 Apr 07:28
Compare
Choose a tag to compare

Query selectors fix:

  • Names (tagnames and attributes) are now case insensitive.
  • Values (classes and ids) are now case sensitive.

v2.2.3

01 Apr 12:27
Compare
Choose a tag to compare

Query selectors fix.

v2.2.2

07 Mar 18:04
Compare
Choose a tag to compare

Performance optimizations.

v2.2.1

23 Feb 22:02
Compare
Choose a tag to compare

Performance optimizations in query selectors.

v2.2.0

05 Dec 09:29
Compare
Choose a tag to compare

Added HTML5DOMElement::getNodeValue() and HTML5DOMElement::getTextContent() that fix an issue with entities in the corresponding properties.
Thanks to MrMadClown for the contribution.

v2.1.0

06 Sep 14:44
Compare
Choose a tag to compare

Better handling script tags content (temporary added CDATA).

v2.0.2

17 Apr 05:34
5c65019
Compare
Choose a tag to compare

Fixed return values in several docblocks.

Thanks to BrunoDeBarros for the contribution.

v2.0.1

27 Feb 09:34
Compare
Choose a tag to compare

Loading HTML fragment fix.