|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## [7.0.0](https://github.com/remarkablemark/html-dom-parser/compare/v6.0.0...v7.0.0) (2026-03-30) |
| 3 | +## [7.0.1](https://github.com/remarkablemark/html-dom-parser/compare/v7.0.0...v7.0.1) (2026-04-07) |
| 4 | + |
| 5 | +### Bug Fixes |
4 | 6 |
|
| 7 | +- bundle ESM-only deps into CJS output with Rollup ([#1409](https://github.com/remarkablemark/html-dom-parser/issues/1409)) ([901f1b4](https://github.com/remarkablemark/html-dom-parser/commit/901f1b4c1627017660a763cb9f1b5fe21b2e8560)) |
| 8 | + |
| 9 | +## [7.0.0](https://github.com/remarkablemark/html-dom-parser/compare/v6.0.0...v7.0.0) (2026-03-30) |
5 | 10 |
|
6 | 11 | ### ⚠ BREAKING CHANGES |
7 | 12 |
|
8 | | -* **deps:** bump htmlparser2 from 11.0.0 to 12.0.0 |
| 13 | +- **deps:** bump htmlparser2 from 11.0.0 to 12.0.0 |
9 | 14 |
|
10 | 15 | ### Build System |
11 | 16 |
|
12 | | -* **deps:** bump htmlparser2 from 11.0.0 to 12.0.0 ([#1389](https://github.com/remarkablemark/html-dom-parser/issues/1389)) ([9e72885](https://github.com/remarkablemark/html-dom-parser/commit/9e72885b4697677aa88353976b1e5f047e4ba544)) |
| 17 | +- **deps:** bump htmlparser2 from 11.0.0 to 12.0.0 ([#1389](https://github.com/remarkablemark/html-dom-parser/issues/1389)) ([9e72885](https://github.com/remarkablemark/html-dom-parser/commit/9e72885b4697677aa88353976b1e5f047e4ba544)) |
13 | 18 |
|
14 | 19 | ## [6.0.0](https://github.com/remarkablemark/html-dom-parser/compare/v5.1.8...v6.0.0) (2026-03-20) |
15 | 20 |
|
16 | | - |
17 | 21 | ### ⚠ BREAKING CHANGES |
18 | 22 |
|
19 | | -* **client:** remove exports `formatAttributes` and `CARRIAGE_RETURN` constants |
20 | | -* **deps:** bump htmlparser2 from 10.1.0 to 11.0.0 |
21 | | -* **deps:** bump domhandler from 5.0.3 to 6.0.1 |
| 23 | +- **client:** remove exports `formatAttributes` and `CARRIAGE_RETURN` constants |
| 24 | +- **deps:** bump htmlparser2 from 10.1.0 to 11.0.0 |
| 25 | +- **deps:** bump domhandler from 5.0.3 to 6.0.1 |
22 | 26 |
|
23 | 27 | ### Code Refactoring |
24 | 28 |
|
25 | | -* **client:** remove exports `formatAttributes` and `CARRIAGE_RETURN` ([77c2e92](https://github.com/remarkablemark/html-dom-parser/commit/77c2e92ea1fa2dcdc76e1f7e8fd769322c2e500f)) |
26 | | - |
| 29 | +- **client:** remove exports `formatAttributes` and `CARRIAGE_RETURN` ([77c2e92](https://github.com/remarkablemark/html-dom-parser/commit/77c2e92ea1fa2dcdc76e1f7e8fd769322c2e500f)) |
27 | 30 |
|
28 | 31 | ### Build System |
29 | 32 |
|
30 | | -* **deps:** bump domhandler from 5.0.3 to 6.0.1 ([24b7e31](https://github.com/remarkablemark/html-dom-parser/commit/24b7e3149625691f736fc6a366a211b61a4e3d13)) |
31 | | -* **deps:** bump htmlparser2 from 10.1.0 to 11.0.0 ([cb389eb](https://github.com/remarkablemark/html-dom-parser/commit/cb389eb5d364bb540143b5b816718f35f34d93d1)) |
| 33 | +- **deps:** bump domhandler from 5.0.3 to 6.0.1 ([24b7e31](https://github.com/remarkablemark/html-dom-parser/commit/24b7e3149625691f736fc6a366a211b61a4e3d13)) |
| 34 | +- **deps:** bump htmlparser2 from 10.1.0 to 11.0.0 ([cb389eb](https://github.com/remarkablemark/html-dom-parser/commit/cb389eb5d364bb540143b5b816718f35f34d93d1)) |
32 | 35 |
|
33 | 36 | ## [5.1.8](https://github.com/remarkablemark/html-dom-parser/compare/v5.1.7...v5.1.8) (2026-02-06) |
34 | 37 |
|
35 | | - |
36 | 38 | ### Bug Fixes |
37 | 39 |
|
38 | | -* **client:** fix polynomial regular expression used on uncontrolled data ([#1330](https://github.com/remarkablemark/html-dom-parser/issues/1330)) ([35f32fa](https://github.com/remarkablemark/html-dom-parser/commit/35f32fabf1c8cfe6d99391caa31fb6506e442fe7)) |
| 40 | +- **client:** fix polynomial regular expression used on uncontrolled data ([#1330](https://github.com/remarkablemark/html-dom-parser/issues/1330)) ([35f32fa](https://github.com/remarkablemark/html-dom-parser/commit/35f32fabf1c8cfe6d99391caa31fb6506e442fe7)) |
39 | 41 |
|
40 | 42 | ## [5.1.7](https://github.com/remarkablemark/html-dom-parser/compare/v5.1.6...v5.1.7) (2026-01-30) |
41 | 43 |
|
42 | | - |
43 | 44 | ### Continuous Integration |
44 | 45 |
|
45 | | -* fix npm script "prepublishOnly" ([7e32cdd](https://github.com/remarkablemark/html-dom-parser/commit/7e32cddea9df52a038a4cdbf4e5b730d29c53e8a)) |
| 46 | +- fix npm script "prepublishOnly" ([7e32cdd](https://github.com/remarkablemark/html-dom-parser/commit/7e32cddea9df52a038a4cdbf4e5b730d29c53e8a)) |
46 | 47 |
|
47 | 48 | ## [5.1.6](https://github.com/remarkablemark/html-dom-parser/compare/v5.1.5...v5.1.6) (2026-01-30) |
48 | 49 |
|
49 | | - |
50 | 50 | ### Bug Fixes |
51 | 51 |
|
52 | | -* correct internal resolution resolution of esm types ([e98355d](https://github.com/remarkablemark/html-dom-parser/commit/e98355dc295001e740c8d88a49268ff928b5ba90)), closes [#1317](https://github.com/remarkablemark/html-dom-parser/issues/1317) |
53 | | -* fix ESM build and types ([67f1ff5](https://github.com/remarkablemark/html-dom-parser/commit/67f1ff5c8f35d51425d3494c8e439b0050db9aec)), closes [#1317](https://github.com/remarkablemark/html-dom-parser/issues/1317) |
| 52 | +- correct internal resolution resolution of esm types ([e98355d](https://github.com/remarkablemark/html-dom-parser/commit/e98355dc295001e740c8d88a49268ff928b5ba90)), closes [#1317](https://github.com/remarkablemark/html-dom-parser/issues/1317) |
| 53 | +- fix ESM build and types ([67f1ff5](https://github.com/remarkablemark/html-dom-parser/commit/67f1ff5c8f35d51425d3494c8e439b0050db9aec)), closes [#1317](https://github.com/remarkablemark/html-dom-parser/issues/1317) |
54 | 54 |
|
55 | 55 | ## [5.1.5](https://github.com/remarkablemark/html-dom-parser/compare/v5.1.4...v5.1.5) (2026-01-26) |
56 | 56 |
|
57 | | - |
58 | 57 | ### Bug Fixes |
59 | 58 |
|
60 | | -* resolve ModuleNotFoundError in ESM environments by generating native bundles ([#1299](https://github.com/remarkablemark/html-dom-parser/issues/1299)) ([7172552](https://github.com/remarkablemark/html-dom-parser/commit/7172552689f416e9c1aec03910fe9d9bfb7e043e)) |
| 59 | +- resolve ModuleNotFoundError in ESM environments by generating native bundles ([#1299](https://github.com/remarkablemark/html-dom-parser/issues/1299)) ([7172552](https://github.com/remarkablemark/html-dom-parser/commit/7172552689f416e9c1aec03910fe9d9bfb7e043e)) |
61 | 60 |
|
62 | 61 | ## [5.1.4](https://github.com/remarkablemark/html-dom-parser/compare/v5.1.3...v5.1.4) (2026-01-23) |
63 | 62 |
|
64 | | - |
65 | 63 | ### Miscellaneous Chores |
66 | 64 |
|
67 | | -* release 5.1.4 ([198dea5](https://github.com/remarkablemark/html-dom-parser/commit/198dea5558b5029b5c91ff2477e5f7485b861ae3)) |
| 65 | +- release 5.1.4 ([198dea5](https://github.com/remarkablemark/html-dom-parser/commit/198dea5558b5029b5c91ff2477e5f7485b861ae3)) |
68 | 66 |
|
69 | 67 | ## [5.1.3](https://github.com/remarkablemark/html-dom-parser/compare/v5.1.2...v5.1.3) (2026-01-23) |
70 | 68 |
|
|
0 commit comments