Releases: gildas-lormeau/mhtml-to-html
Releases · gildas-lormeau/mhtml-to-html
2.0.1
2.0.0
- Breaking change: Instead of returning a
string(the HTML content),convert()now returns an object containing the HTML content, the title and favicon URLs.
1.0.35
- Added link to online demo in the
READMEfile (Thank you @erwannlc!) - Updated Deno to v2.2.4 (see binary files below)
1.0.34
- Fixed missing documentation for Deno
- Upgraded Deno to v2.2.3 (cf. binary files)
1.0.33
- Added missing
exportsentry andimportdocumentation for Deno
1.0.32
- Fixed missing
data-original-urlattribute instyleelements
1.0.31
- Fixed issue with the removal of elements (e.g. script elements)
1.0.30
- Improved documentation
- Added Action to publish new releases on JSR automatically
- Upgraded Deno to v2.1.9 (see executable files)
- Upgraded Deno dependencies (see executable files)
1.0.29
- Fixed minor issue when parsing
meta[http-equiv="content-type"]tags - Added basic module documentation in the types declaration file
- Updated the
READMEfile - Minor code improvements
1.0.27
- Fixed support of Declarative Shadow DOM
- Added support of
urn-*:URIs (e.g.urn:download-error:http...) when using--fetch-missing-resources