Releases: gildas-lormeau/mhtml-to-html
Releases · gildas-lormeau/mhtml-to-html
1.0.32
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
README
file - 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
1.0.26
- Published module on NPM and JSR
- Upgraded Deno to version 2.1.7 resulting in executable files being ~ 5% smaller
- Updated README file
1.0.24
- Improved Node.js support
- Fixed various minor issues
1.0.23
- Improved support of Node.js
- Fixed minor issues
1.0.22
- Fixed handling of CSS imports
- Improved Node.js compatibility
1.0.21
- Implemented support of Node.js
- Fixed minor issues