Skip to content

Releases: gildas-lormeau/mhtml-to-html

1.0.32

06 Feb 23:58
Compare
Choose a tag to compare
  • Fixed missing data-original-url attribute in style elements

1.0.31

01 Feb 01:18
Compare
Choose a tag to compare
  • Fixed issue with the removal of elements (e.g. script elements)

1.0.30

31 Jan 21:33
Compare
Choose a tag to compare
  • 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

30 Jan 01:09
Compare
Choose a tag to compare
  • 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

26 Jan 01:39
Compare
Choose a tag to compare
  • 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

24 Jan 00:47
Compare
Choose a tag to compare
  • 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

23 Jan 00:27
Compare
Choose a tag to compare
  • Improved Node.js support
  • Fixed various minor issues

1.0.23

22 Jan 01:10
Compare
Choose a tag to compare
  • Improved support of Node.js
  • Fixed minor issues

1.0.22

21 Jan 17:43
Compare
Choose a tag to compare
  • Fixed handling of CSS imports
  • Improved Node.js compatibility

1.0.21

21 Jan 00:39
Compare
Choose a tag to compare
  • Implemented support of Node.js
  • Fixed minor issues