Releases: fb55/domhandler
Releases · fb55/domhandler
v5.0.3
v5.0.2
v5.0.1
v5.0.0
v4.3.1
v4.3.0
v4.2.2
v4.2.1
- BREAKING, REVERTED IN
4.2.2
: Removed the deprecatednormalizeWhitespace
option (#614) 018ddf9- This should not have been part of this release.
4.2.2
adds the option again.
- This should not have been part of this release.
Fixes:
- fix: Update end index for text events (#621) d88e5b0
- fix: Have
isText
return whether the node is a text node c323224
Diverse:
- Add descriptions for Node classes 2475d2e
v4.2.0
New features:
- Node improvements d5422c2
- feat(node): Add type check functions
- Eg.
isDocument
,isTag
. Useful for determining if a node matches a particular type.
- Eg.
- Make
cloneNode
return the passed type- Eg.
cloneNode
called with aText
node will now return aText
node.
- Eg.
- feat(node): Add type check functions