marked v0.6.0 Release Notes

Release Date: 2019-01-01 // over 5 years ago
  • ๐Ÿ’ฅ Breaking Changes

    • โฌ‡๏ธ Drop support for Node v0.10 and old browsers such as Internet Explorer
      • You should not have any problems if using Node 4+ or a modern browser
    • โž• Add parameter slugger to Renderer.prototype.heading method #1401
      • You should not have any problems if you do not override this method

    ๐Ÿ†• New Features

    • โž• Add new export marked.Slugger #1401

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix emphasis followed by a punctuation #1383
    • ๐Ÿ›  Fix bold around autolink email address #1385
    • ๐Ÿ‘‰ Make autolinks case insensitive #1384
    • ๐Ÿ‘‰ Make code fences compliant with Commonmark spec #1387
    • ๐Ÿ‘‰ Make blockquote paragraph continuation compliant with Commonmark spec #1394
    • ๐Ÿ‘‰ Make ordered list marker length compliant with Commonmark spec #1391
    • ๐Ÿ‘‰ Make empty list items compliant with Commonmark spec #1395
    • ๐Ÿ‘‰ Make tag escaping compliant with Commonmark spec #1397
    • ๐Ÿ‘‰ Make strong/bold compliant with Commonmark spec #1400
    • ๐Ÿ›  Fix handling of adjacent lists #684
    • โž• Add better error handling when token type cannot be found #1005
    • ๐Ÿ›  Fix duplicate heading id and non-latin characters #1401

    CLI

    • ๐Ÿ–จ Pretty print ENOENT errors on cli #1396
    • โšก๏ธ Update repo url in man #1403

    ๐Ÿ“„ Docs

    • ๐Ÿ›  Fix breaks option description #1381
    • โšก๏ธ Update docs to include "Since" version #1382
    • โž• Add defibrillator badge for @mccraveiro #1392

    โœ… Tests

    • โœ‚ Remove old test covered by gfm/cm #1389