Skip to content

Releases: remarkablemark/html-dom-parser

v5.0.3

22 Oct 00:10
ffad28f
Compare
Choose a tag to compare

5.0.3 (2023-10-22)

Miscellaneous Chores

  • export types from index.ts (8ed55e2)

v5.0.2

19 Oct 23:41
500389b
Compare
Choose a tag to compare

5.0.2 (2023-10-19)

Bug Fixes

  • package: add "/src" to files to fix source map warning (7082c50)

v5.0.1

17 Oct 03:37
8c0a71a
Compare
Choose a tag to compare

5.0.1 (2023-10-17)

Bug Fixes

  • package: add types to exports in package.json (df08df3)

v5.0.0

16 Oct 06:44
c592453
Compare
Choose a tag to compare

5.0.0 (2023-10-16)

⚠ BREAKING CHANGES

  • CommonJS imports require the .default key.

Code Refactoring

v4.0.1

15 Oct 22:33
e40ccd8
Compare
Choose a tag to compare

4.0.1 (2023-10-15)

Miscellaneous Chores

  • index: set TypeScript Version to 5.2 in index.d.ts (#525) (8219338)

v4.0.0

31 May 00:44
bc8e20e
Compare
Choose a tag to compare

4.0.0 (2023-05-31)

⚠ BREAKING CHANGES

  • deps: bump htmlparser2 from 8.0.2 to 9.0.0

Build System

  • deps: bump htmlparser2 from 8.0.2 to 9.0.0 (467bbaa), closes #459

v3.1.7

25 Mar 17:30
bd55b41
Compare
Choose a tag to compare

3.1.7 (2023-03-25)

Build System

  • deps: bump htmlparser2 from 8.0.1 to 8.0.2 (4fbe117), closes #433

v3.1.6

22 Mar 01:59
5aa6f41
Compare
Choose a tag to compare

3.1.6 (2023-03-22)

Bug Fixes

  • client: correct spelling of feGaussianBlur (9e28250), closes #429

v3.1.5

06 Mar 17:04
318e1da
Compare
Choose a tag to compare

3.1.5 (2023-03-06)

Bug Fixes

  • client: check for "template" in utilities formatDOM (748cf27), closes #417

v3.1.4

04 Mar 00:52
2fb26f5
Compare
Choose a tag to compare

3.1.4 (2023-03-04)

Bug Fixes

  • client: get template content childNodes in utilities formatDOM (c2c0bed), closes #414