Releases: remarkablemark/html-dom-parser
Releases · remarkablemark/html-dom-parser
v8.0.2
Compare
Sorry, something went wrong.
No results found
Immutable
release. Only release title and notes can be modified.
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
Compare
Sorry, something went wrong.
No results found
Immutable
release. Only release title and notes can be modified.
8.0.1 (2026-08-09)
Documentation
v8.0.0
Compare
Sorry, something went wrong.
No results found
Immutable
release. Only release title and notes can be modified.
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
Compare
Sorry, something went wrong.
No results found
Immutable
release. Only release title and notes can be modified.
7.1.0 (2026-05-05)
Features
v7.0.1
Compare
Sorry, something went wrong.
No results found
Immutable
release. Only release title and notes can be modified.
7.0.1 (2026-04-07)
Bug Fixes
bundle ESM-only deps into CJS output with Rollup (#1409 ) (901f1b4 ) @athenacfr
v7.0.0
Compare
Sorry, something went wrong.
No results found
Immutable
release. Only release title and notes can be modified.
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
5.1.8 (2026-02-06)
Bug Fixes
client: fix polynomial regular expression used on uncontrolled data (#1330 ) (35f32fa )
v5.1.7
Compare
Sorry, something went wrong.
No results found
5.1.7 (2026-01-30)
Continuous Integration
fix npm script "prepublishOnly" (7e32cdd )
v5.1.6
Compare
Sorry, something went wrong.
No results found
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