All Versions
53
Latest Version
2.0
Avg Release Cycle
106 days
Latest Release
-

Changelog History
Page 3

  • v1.10 Changes

    • ๐Ÿ›  Fix HTML saving mechanism
    • Throw InvalidSelectorException instead of RuntimeException in Query class
  • v1.9.1 Changes

    • โž• Add ability to search in owner document using current node as context
    • ๐Ÿ› Bugs fixed
  • v1.9.0 Changes

    • Methods Document::appendChild() and Element::appendChild() now return appended node(s)
    • โž• Add ability to search elements in context
  • v1.8.8 Changes

    • ๐Ÿ› Bugs fixed
  • v1.8.7 Changes

    • โž• Add Element::getLineNo() method
  • v1.8.6 Changes

    • ๐Ÿ›  Fix issue #55
  • v1.8.5 Changes

    • โž• Add support of DOMComment
  • v1.8.4 Changes

    • โž• Add ability to create an element by selector
    • โž• Add closest method
  • v1.8.3 Changes

    • โž• Add method Element::isTextNode()
    • ๐Ÿ›  Many minor fixes
  • v1.8.2 Changes

    • โž• Add ability to check that element matches selector
    • โž• Add ability counting nodes by selector
    • ๐Ÿ›  Many minor fixes