Skip to content

Releases: fb55/domhandler

v6.0.1

Choose a tag to compare

@fb55 fb55 released this 17 Mar 16:25

v6.0.0

Choose a tag to compare

@fb55 fb55 released this 17 Mar 15:58

What's Changed

BREAKING: domhandler is now ESM-only #1867

Full Changelog: v5.0.3...v6.0.0

v5.0.3

Choose a tag to compare

@fb55 fb55 released this 30 Apr 11:00
  • fix: Allow Document to be a ChildNode 02387d3

v5.0.2...v5.0.3

v5.0.2

Choose a tag to compare

@fb55 fb55 released this 09 Apr 09:38
  • Fixed ChildNode as a tagged union d7f9a0f

v5.0.1...v5.0.2

v5.0.1

Choose a tag to compare

@fb55 fb55 released this 08 Apr 16:37
  • Fixed isComment return type b87ed12

v5.0.0...v5.0.1

v5.0.0

Choose a tag to compare

@fb55 fb55 released this 08 Apr 16:27

Breaking:

  • Removed the deprecated normalizeWhitespace option (#614) 6503e2d
  • Updated nodes to use tagged unions for node types (#804) acc934b
    • This might break some TypeScript code

Features:

v4.3.1...v5.0.0

v4.3.1

Choose a tag to compare

@fb55 fb55 released this 19 Mar 12:23

What's Changed

  • fix(node): Correct parse5 location types (0fcbbb8)

Full Changelog: v4.3.0...v4.3.1

v4.3.0

Choose a tag to compare

@fb55 fb55 released this 30 Nov 15:20
  • Add missing Node properties from parse5, add docs 3be6f56

v4.2.2...v4.3.0

v4.2.2

Choose a tag to compare

@fb55 fb55 released this 29 Aug 14:20

A breaking change was introduced in 4.2.1 that should have been a major version bump. This reverts this change.

  • Revert "refactor: Remove deprecated normalizeWhitespace option (#614)" a841df3

v4.2.1...v4.2.2

v4.2.1

Choose a tag to compare

@fb55 fb55 released this 29 Aug 14:15
  • BREAKING, REVERTED IN 4.2.2: Removed the deprecated normalizeWhitespace option (#614) 018ddf9
    • This should not have been part of this release. 4.2.2 adds the option again.

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