Skip to content

Releases: vx68k/mdtodom.js

Version 5.1.0

13 Feb 01:56
Compare
Choose a tag to compare

This is version 5.1.0 of the commonmark-to-dom package.

This version has upgraded the commonmark.js script used in mdview.js to 0.29.3.

Version 5.0.0

07 Nov 03:11
Compare
Choose a tag to compare

This is version 5.0.0 of the commonmark-to-dom package.

The mdview.js script now requires the container element is specified by the src attribute as #container-id.

Version 4.0.0

16 Sep 23:52
Compare
Choose a tag to compare

This is version 4.0.0 of the commonmark-to-dom package.

This version has updated the bundled mdview.js script using an async function and a dynamic import for commonmark.js.

Version 3.0.2

13 Sep 06:43
Compare
Choose a tag to compare

This is version 3.0.2 of the commonmark-to-dom package.

This version has fixed only a packaging issue. There is no code change.

Version 3.0.0

14 Jul 04:28
Compare
Choose a tag to compare

This is version 3.0.0 of the commonmark-to-dom package.

This version has introduced an iterator implementation over the tree walker.