Skip to content

v4.2.0

Compare
Choose a tag to compare
@fb55 fb55 released this 16 Apr 09:07
· 853 commits to master since this release

New features:

  • Node improvements d5422c2
    • feat(node): Add type check functions
      • Eg. isDocument, isTag. Useful for determining if a node matches a particular type.
    • Make cloneNode return the passed type
      • Eg. cloneNode called with a Text node will now return a Text node.

v4.1.0...v4.2.0