Skip to content

Releases: remarkablemark/html-dom-parser

v8.0.2

Choose a tag to compare

@github-actions github-actions released this 13 Aug 18:31
Immutable release. Only release title and notes can be modified.
fbbe86d

8.0.2 (2026-08-13)

Bug Fixes

  • bundle ESM-only server deps into CJS build to avoid ERR_REQUIRE_ESM_RACE_CONDITION (68e3f8f), closes #1551

v8.0.1

Choose a tag to compare

@github-actions github-actions released this 09 Aug 17:00
Immutable release. Only release title and notes can be modified.
97e2944

8.0.1 (2026-08-09)

Documentation

v8.0.0

Choose a tag to compare

@github-actions github-actions released this 25 May 17:30
Immutable release. Only release title and notes can be modified.
4baa13b

8.0.0 (2026-05-25)

⚠ BREAKING CHANGES

  • tsconfig: build output now targets ES6 instead of ES5

Build System

  • tsconfig: change target from es5 to es6 (d765720)

v7.1.0

Choose a tag to compare

@github-actions github-actions released this 05 May 06:00
Immutable release. Only release title and notes can be modified.
595dcd4

7.1.0 (2026-05-05)

Features

v7.0.1

Choose a tag to compare

@github-actions github-actions released this 07 Apr 23:00
Immutable release. Only release title and notes can be modified.
f047400

7.0.1 (2026-04-07)

Bug Fixes

  • bundle ESM-only deps into CJS output with Rollup (#1409) (901f1b4) @athenacfr

v7.0.0

Choose a tag to compare

@github-actions github-actions released this 30 Mar 07:16
Immutable release. Only release title and notes can be modified.
449e5b5

7.0.0 (2026-03-30)

⚠ BREAKING CHANGES

  • deps: bump htmlparser2 from 11.0.0 to 12.0.0

Build System

  • deps: bump htmlparser2 from 11.0.0 to 12.0.0 (#1389) (9e72885)

v6.0.0

Choose a tag to compare

@github-actions github-actions released this 20 Mar 19:13
93c3581

6.0.0 (2026-03-20)

⚠ BREAKING CHANGES

  • client: remove exports formatAttributes and CARRIAGE_RETURN constants
  • deps: bump htmlparser2 from 10.1.0 to 11.0.0
  • deps: bump domhandler from 5.0.3 to 6.0.1

Code Refactoring

  • client: remove exports formatAttributes and CARRIAGE_RETURN (77c2e92)

Build System

  • deps: bump domhandler from 5.0.3 to 6.0.1 (24b7e31)
  • deps: bump htmlparser2 from 10.1.0 to 11.0.0 (cb389eb)

v5.1.8

Choose a tag to compare

@github-actions github-actions released this 06 Feb 06:30
b884239

5.1.8 (2026-02-06)

Bug Fixes

  • client: fix polynomial regular expression used on uncontrolled data (#1330) (35f32fa)

v5.1.7

Choose a tag to compare

@github-actions github-actions released this 30 Jan 23:48
5f7d786

5.1.7 (2026-01-30)

Continuous Integration

  • fix npm script "prepublishOnly" (7e32cdd)

v5.1.6

Choose a tag to compare

@github-actions github-actions released this 30 Jan 23:39
c8d8b15

5.1.6 (2026-01-30)

Bug Fixes

  • correct internal resolution resolution of esm types (e98355d), closes #1317
  • fix ESM build and types (67f1ff5), closes #1317