Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: gildas-lormeau/mhtml-to-html

2.0.1

23 Oct 20:38

Choose a tag to compare

  • Fixed bug when using --output switch (see #2)
  • Fixed potential Cannot read properties of undefined (reading 'split') error (see #1)
  • Upgraded Deno to version 2.5.4 (cf. executable files below)

2.0.0

19 Mar 00:36

Choose a tag to compare

  • 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

18 Mar 15:35

Choose a tag to compare

  • Added link to online demo in the README file (Thank you @erwannlc!)
  • Updated Deno to v2.2.4 (see binary files below)

1.0.34

13 Mar 20:12

Choose a tag to compare

  • Fixed missing documentation for Deno
  • Upgraded Deno to v2.2.3 (cf. binary files)

1.0.33

13 Mar 19:57

Choose a tag to compare

  • Added missing exports entry and import documentation for Deno

1.0.32

06 Feb 23:58

Choose a tag to compare

  • Fixed missing data-original-url attribute in style elements

1.0.31

01 Feb 01:18

Choose a tag to compare

  • Fixed issue with the removal of elements (e.g. script elements)

1.0.30

31 Jan 21:33

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

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

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