Releases: remarkablemark/html-dom-parser
Releases · remarkablemark/html-dom-parser
v5.0.3
5.0.3 (2023-10-22)
Miscellaneous Chores
- export types from index.ts (8ed55e2)
v5.0.2
5.0.2 (2023-10-19)
Bug Fixes
- package: add "/src" to files to fix source map warning (7082c50)
v5.0.1
5.0.1 (2023-10-17)
Bug Fixes
- package: add types to exports in package.json (df08df3)
v5.0.0
5.0.0 (2023-10-16)
⚠ BREAKING CHANGES
- CommonJS imports require the
.default
key.
Code Refactoring
v4.0.1
4.0.1 (2023-10-15)
Miscellaneous Chores
- index: set TypeScript Version to 5.2 in index.d.ts (#525) (8219338)
v4.0.0
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
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
3.1.6 (2023-03-22)
Bug Fixes
- client: correct spelling of feGaussianBlur (9e28250), closes #429
v3.1.5
3.1.5 (2023-03-06)
Bug Fixes
- client: check for "template" in utilities formatDOM (748cf27), closes #417
v3.1.4
3.1.4 (2023-03-04)
Bug Fixes
- client: get template content childNodes in utilities formatDOM (c2c0bed), closes #414