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

Changelog History
Page 4

  • v1.8.1 Changes

    • Small fix
  • v1.8 Changes

    • 🐛 Bug fixes
    • ➕ Add support of ~ selector
    • ➕ Add ability to direct search by CSS selector
    • ➕ Add setInnerHtml method
    • ➕ Add attributes method
  • v1.7.4 Changes

    • ➕ Add support of text nodes
  • v1.7.3 Changes

    • 🐛 Bug fix
  • v1.7.2 Changes

    • 🛠 Fixed behavior of nth-child pseudo class
    • ➕ Add nth-of-type pseudo class
  • v1.7.1 Changes

    • ➕ Add pseudo class has and more attribute options
  • v1.7.0 Changes

    • 🐛 Bug fixes
    • ➕ Add methods previousSibling, nextSibling, child, firstChild, lastChild, children, getDocument to the Element
    • 🔄 Changed behavior of parent method. Now it returns parent node instead of owner document
  • v1.6.8 Changes

    • 🐛 Bug fix
  • v1.6.5 Changes

    • ➕ Added ability to get an element attribute by CSS selector
  • v1.6.4 Changes

    • ➕ Added handling of DOMText and DOMAttr in Document::find()