Skip to content

Releases: fb55/domutils

v3.1.0

29 Apr 09:53
Compare
Choose a tag to compare

Features

  • domutils now features a better querying algorithm that reduces memory allocations and doesn't error any more if a node has too many direct children. #1349
  • Added support for dc:date fields in RDF Feeds (by @TimBroddin) #1021
  • Widened the allowed parents to ParentNode for appendChild and prependChild #1200

Fixes

  • Child nodes now have their references to other elements removed in removeChildren (by @dertheodor) #1350

Other changes

  • docs(readme): Use GitHub Actions CI badge #1219
  • chore(pages): Deploy site from action #1220

Full Changelog: v3.0.1...v3.1.0

v3.0.1

22 Apr 10:57
Compare
Choose a tag to compare
  • fix: Set parent in replaceElement #997

v3.0.0...v3.0.1

v3.0.0

21 Apr 14:15
Compare
Choose a tag to compare

What's Changed

  • semver-major: Bump domhandler, dom-serializer #995
  • semver-minor: Add ESM, make TS stricter #996

Full Changelog: v2.8.0...v3.0.0

v2.8.0

27 Aug 23:25
Compare
Choose a tag to compare

Features:

  • Added a getFeed method (#743) a910757
    • Extracted from htmlparser2. The FeedHandler class was equivalent to what this is doing.

Fixes:

  • Ignore comments in textContent e86a8b2

Refactors:

  • Simplified the text stringify methods e0915f3
  • Improved the types of the legacy methods 527bcc4

Other:

  • Marked isType exports as deprecated 2147433

v2.7.0

06 Jun 15:58
Compare
Choose a tag to compare
  • Add textContent and innerText functions 2cf0814

v2.6.0...v2.7.0

v2.6.0

16 Apr 09:19
Compare
Choose a tag to compare
  • refactor: Use tagtypes from domhandler (#593) ada2337
  • feat(uniqueSort): Return type of passed array 7587734

v2.5.2...v2.6.0

v2.5.2

08 Apr 20:23
Compare
Choose a tag to compare

v2.5.1...v2.5.2

v2.5.1

01 Apr 17:51
Compare
Choose a tag to compare

This release only includes dependency updates.

v2.5.0...v2.5.1

v2.5.0

10 Mar 23:50
Compare
Choose a tag to compare

New Features:

Documentation:

v2.4.4

08 Dec 02:23
Compare
Choose a tag to compare
  • Bump dom-serializer from 1.1.0 to 1.2.0 8eb4c56

v2.4.3...v2.4.4