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

Changelog History
Page 1

  • v1.20 Changes

    September 28, 2020

    ๐Ÿ”‹ Features

    • โž• Add dry run capabilities to default slugger #1728
    • ๐Ÿ“œ Parse inline #1761

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix html comments #1739
    • ๐Ÿ›  Fix line break #1746
    • ๐Ÿ›  Fix indented tables to follow gfm spec #1748
    • ๐Ÿ›  Fix underscore adjacent to asterisk #1755

    Dependencies

    • ๐Ÿ”’ Regenerate lock file #1736

    ๐Ÿ“š Documentation

    • โž• Add api dingus for babelmark #1742
    • โšก๏ธ Update docs to use static build step and clean URLs via Vercel #1749
  • v1.2.6 Changes

    December 10, 2020

    1.2.6 (2020-12-10)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  fix atx heading and make regex safe (#1853) (70ee29c)
      possible breaking change : When using the block.heading rule the text provided in capture group 2 will not be trimmed of whitespace.
    • ๐Ÿ›  fix link with angle brackets around href (#1851) (656c3e4)
  • v1.2.5 Changes

    November 19, 2020

    1.2.5 (2020-11-19)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  fix em and strong starting with special char (#1832) (f9bc93b)
    • task lists not rendered when GFM is disabled (#1825) (3942e89), closes #1823
  • v1.2.4 Changes

    November 15, 2020

    1.2.4 (2020-11-15)

    ๐Ÿ› Bug Fixes

    • no strikethrough on different number of tildes (#1821) (d79f210)

    Possible Breaking Change : When using the inline.del rule the text is provided in capture group 2 instead of 1.

  • v1.2.3 Changes

    November 04, 2020

    1.2.3 (2020-11-04)

    ๐Ÿ› Bug Fixes

  • v1.2.2 Changes

    October 21, 2020

    1.2.2 (2020-10-21)

    ๐Ÿ› Bug Fixes

  • v1.2.1 Changes

    October 21, 2020

    ๐Ÿš€ re-release of v 1.1.2 since semantic release picked up the wrong version

  • v1.2.0 Changes

    September 28, 2020

    ๐Ÿ”‹ Features

    • โž• Add dry run capabilities to default slugger #1728
    • ๐Ÿ“œ Parse inline #1761

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix html comments #1739
    • ๐Ÿ›  Fix line break #1746
    • ๐Ÿ›  Fix indented tables to follow gfm spec #1748
    • ๐Ÿ›  Fix underscore adjacent to asterisk #1755

    Dependencies

    • ๐Ÿ”’ Regenerate lock file #1736

    ๐Ÿ“š Documentation

    • โž• Add api dingus for babelmark #1742
    • โšก๏ธ Update docs to use static build step and clean URLs via Vercel #1749
  • v1.1.2 Changes

    October 21, 2020

    1.1.2 (2020-10-21)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  fix indented code in list item (#1762) (6355ac2)
  • v1.1.1 Changes

    July 14, 2020

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix image links with escaped brackets #1683
    • ๐Ÿ›  Fix async highlight not async #1685
    • ๐Ÿ›  Fix ordered lists that use ) delimiter #1704
    • โœ… Pass many more Em and Strong tests #1686 (Thanks @calculuschild)

    ๐Ÿ“„ Docs

    • โž• Add favicon #1710
    • Decode hash #1712
    • ๐Ÿ‘ Clarify level of support for Markdown flavors #1720
    • ๐Ÿ›  Fix quick ref #1729

    Scripts

    • โž• Add npm run rules #1726