All Versions
25
Latest Version
Avg Release Cycle
47 days
Latest Release
1330 days ago

Changelog History
Page 2

  • v1.1.0 Changes

    May 16, 2020

    ๐Ÿ”‹ Features

    • โž• Add walkTokens option #1664

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix renderer.code includes space at beginning of each line of code #1645
    • ๐Ÿ›  Fix codespan newline #1652
    • ๐Ÿ›  Fix comma after underscore emphasis #1660
    • ๐Ÿ›  Fix loose task list with no tokens #1674
    • โž• Add browser field in package.json pointing to es5 output #1661
    • โž• Add newline to rendered code with language #1670
    • ๐Ÿ›  Fix async highlighter walking all tokens #1664

    ๐Ÿ“„ Docs

    • โž• Add tokenizer to option docs #1662
  • v1.0.0 Changes

    April 21, 2020

    ๐Ÿ’ฅ Breaking changes

    • โž• Add inline tokens to marked.lexer output #1627
    • Treat escape token same way as plain text tokens #1642
    • โž• Add Tokenizer to allow extending token creation #1637

    ๐Ÿ”‹ Features

    • โž• Add marked.use() method to extend options #1646

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix intra-word emphasis can match the wrong asterisks #1636
    • ๐Ÿ›  Fix italics modifier (_) breaks links containing underscores #1641
    • ๐Ÿ›  Fix closing delimited * incorrect for consecutive ocurrences #1644

    ๐Ÿ“„ Docs

    • ๐Ÿ›  Fix lexer data token in demo #1638

    CI

    • ๐Ÿšš Move to GitHub Actions #1635
    • โšก๏ธ Update devDependencies #1648
  • v0.8.2 Changes

    March 22, 2020

    ๐Ÿ›  Fixes

    • โž• Add html to TextRenderer for html in headings #1622
    • โœ‚ Remove html tags in heading ids #1622

    ๐Ÿ“„ Docs

    • โšก๏ธ Update comment about GitHub breaks #1620
  • v0.8.1 Changes

    March 18, 2020

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix marked --help #1588
    • ๐Ÿ›  Fix GFM Example 116 code fences #1600
    • ๐Ÿ›  Send inline html to renderer #1602 (fixes #1601)
    • ๐Ÿ‘Œ Improve docs example for invoking highlight.js #1603
    • ๐Ÿ›  Fix block-level elements breaking tables #1598 (fixes #1467)
    • break nptables on block-level structures #1617
  • v0.8.0 Changes

    December 12, 2019

    ๐Ÿ’ฅ Breaking changes

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix relative urls in baseUrl option #1526
    • Loose task list #1535
    • ๐Ÿ›  Fix image parentheses #1557
    • โœ‚ remove module field & update devDependencies #1581

    ๐Ÿ“„ Docs

    • โšก๏ธ Update examples with es6+ #1521
    • ๐Ÿ›  Fix link to USING_PRO.md page #1552
    • ๐Ÿ›  Fix typo in USING_ADVANCED.md #1558
    • ๐Ÿ‘ท Node worker threads are stable #1555

    Dev Dependencies

    • โšก๏ธ Update deps #1516
    • โšก๏ธ Update eslint #1542
    • โšก๏ธ Update htmldiffer async matcher #1543
  • v0.7.0 Changes

    July 06, 2019

    ๐Ÿ”’ Security

    • Sanitize paragraph and text tokens #1504
    • ๐Ÿ›  Fix ReDOS for links with backticks (issue #1493) #1515

    ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿ—„ Deprecate sanitize and sanitizer options #1504
    • ๐Ÿšš Move fences to CommonMark #1511
    • ๐Ÿšš Move tables to GFM #1511
    • โœ‚ Remove tables option #1511
    • Single backtick in link text needs to be escaped #1515

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix parentheses around a link #1509
    • ๐Ÿ›  Fix headings (issue #1510) #1511

    โœ… Tests

    • โœ… Run tests with correct options #1511
  • v0.6.3 Changes

    June 30, 2019

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix nested blockquotes #1464
    • ๐Ÿ›  Fix <em> issue with mixed content #1451
    • โช revert #1464 #1497
    • ๐Ÿ›  Fix breaks: true #1507

    ๐Ÿ“„ Docs

    • โž• add docs for workers #1432
    • โž• Add security policy #1492
    • โšก๏ธ Update supported spec versions #1491
    • โšก๏ธ Update test folder descriptions #1506

    DevOps

    • โœ… Use latest commit for demo master #1457
    • โšก๏ธ Update tests to commonmark 0.29 #1465
    • โšก๏ธ Update tests to GFM 0.29 #1470
    • ๐Ÿ›  Fix commonmark spec 57 and 40 (headings) #1475
  • v0.6.2 Changes

    April 05, 2019

    ๐Ÿ”’ Security

    ๐Ÿ›  Fixes

    • ๐Ÿ”— Links parens #1435
    • ๐Ÿ†• New line after table with escaped pipe #1439
    • List item tables #1446

    โœจ Enhancements

    • Pass token boolean to the listitem function #1440
    • ๐Ÿ‘ Allow html without \n after #1438

    CLI

    • โšก๏ธ Update man page to include --test and fix argv parameters #1442
    • โž• Add a --version flag to print marked version #1448

    โœ… Testing

    • โœ… Normalize marked tests #1444
    • โšก๏ธ Update tests to node 4 syntax #1449
  • v0.6.1 Changes

    February 19, 2019

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix parenthesis url redos #1414

    ๐Ÿ“„ Docs

    • โšก๏ธ Update demo site to use a worker #1418
    • โšก๏ธ Update devDependencies to last stable #1409
    • ๐Ÿ“š Update documentation about extending Renderer #1417
    • โœ‚ Remove --save option as it isn't required anymore #1422
    • โž• Add snyk badge #1420
  • v0.6.0 Changes

    January 01, 2019

    ๐Ÿ’ฅ 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