Skip to content

Releases: ivopetkov/html5-dom-document-php

v0.4.5

21 Feb 18:54
Compare
Choose a tag to compare

Fix in querySelector().

v0.4.4

31 Jan 12:54
Compare
Choose a tag to compare

Performance optimizations.
Fix in querySelector().

v0.4.3

22 Jan 23:26
Compare
Choose a tag to compare

Performance optimizations.

v0.4.2

09 Jan 05:21
Compare
Choose a tag to compare

Added querySelector() and querySelectorAll() for the document elements (Contributed by tcak).
Performance optimizations.

v0.4.1

07 Oct 13:25
Compare
Choose a tag to compare

Fix in removing duplicate metatags.

v0.4.0

07 Oct 08:50
Compare
Choose a tag to compare

Now every HTML code loaded or inserted without parent body or head tags will be inserted into the document body.
Duplicate meta tags and title tags are now removed after new HTML is inserted. This enables HTML tags overwriting.
Fix the DOM if multiple head or body tags are loaded.
The attributes of the HTML, head, and body tags in the HTML code being passed to insertHTML() are now copied to the corresponding elements in the document DOM. This enables attributes overwrite.

v0.3.5

29 Aug 16:22
Compare
Choose a tag to compare
Added 2 new querySelectors (tagName.className and tagName#id).

v0.3.4

29 Aug 05:11
Compare
Choose a tag to compare
Added support for setting `innerHTML` and `outerHTML` of HTML elements.

v0.3.3

21 Aug 20:51
Compare
Choose a tag to compare

Fix in values returned by getAttribute and getAttributes.

v0.3.2

21 Aug 19:45
Compare
Choose a tag to compare

Fixes and better UTF-8 support.