Skip to content

v2.4.0

Choose a tag to compare

@fb55 fb55 released this 23 Sep 20:50
· 1691 commits to master since this release
  • Traversals:
    • Do not ignore special tags (script and style) in nextElementSibling
    • getSiblings will now collect all siblings using prev and next for root elements.
    • getChildren will now always return an array, even for nodes that are not NodeWithChildren.
    • Updated the type for getParent, to highlight that elements will always have elements as parents.
    • Improve handling of nullish values, docs
  • Update funding information