Skip to content

Releases: Imangazaliev/DiDOM

v1.10.1

14 May 19:13
Compare
Choose a tag to compare
  • Fix attributes ends-with XPath
  • Method Element::matches() now can check children nodes

v1.10

14 May 19:10
Compare
Choose a tag to compare
  • Fix HTML saving mechanism
  • Throw InvalidSelectorException instead of RuntimeException in Query class

v1.9.1

02 Feb 05:46
Compare
Choose a tag to compare
  • Add ability to search in owner document using current node as context
  • Bugs fixed

v1.9.0

31 Jan 13:57
Compare
Choose a tag to compare
  • Method appendChild() now returns appended node(s)
  • Add ability to search elements in context

v1.8.8

26 Nov 11:07
Compare
Choose a tag to compare
  • Bugs fixed

v1.8.7

26 Nov 11:07
Compare
Choose a tag to compare
  • Add getLineNo method to Element

v1.8.6

30 Oct 17:43
Compare
Choose a tag to compare
  • Fix issue #55

v1.8.5

25 Oct 11:04
Compare
Choose a tag to compare
  • Add support of DOMComment

v1.8.4

22 Oct 10:57
Compare
Choose a tag to compare
  • Add ability to create an element by selector
  • Add closest method

v1.8.3

19 Oct 17:11
Compare
Choose a tag to compare
  • Add method Element::isTextNode()
  • Many minor fixes