All Versions
76
Latest Version
Avg Release Cycle
75 days
Latest Release
717 days ago

Changelog History
Page 5

  • v6.0.1 Changes

    April 02, 2016

    ๐Ÿ›  Fixed

    • ๐Ÿ‘Œ Improve support of missing values in tables, #224.
  • v6.0.0 Changes

    February 11, 2016

    ๐Ÿ”„ Changed

    • ๐Ÿš€ Maintenance release. Version bump caused by notable changes in CM spec (multiline setext headers, no spaces inside links, ...). API was not changed.
    • Fit CM 0.24 spec requirements.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed nesting limit check in inline blocks, #197.
    • ๐Ÿ›  Fixed posible tail loss in CLI ouput.
  • v5.1.0 Changes

    January 07, 2016

    โž• Added

    • Token: added .attrSet() & .attrJoin() methods.
    • Highlighter: allow wrapper override (if result starts with "<pre").
  • v5.0.3 Changes

    January 04, 2016

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ Allow single column and mismatched columns count in tables.
    • Smartquotes: take into account adjacent tokens.
    • Fill content property in image token with alt source.
  • v5.0.2 Changes

    November 20, 2015

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix meta information (token.markup and token.info) for autolink tokens.
  • v5.0.1 Changes

    October 30, 2015

    ๐Ÿ›  Fixed

    • ๐Ÿ‘Œ Improved tables compatibility with github, #120.
  • v5.0.0 Changes

    October 05, 2015

    ๐Ÿ”„ Changed

    • โšก๏ธ Internal API change. Due to new CM spec requirements, we had to update internals. That should not touch ordinary users, but can affect some external plugins. If you are plugin developper - see migration guide: https://github.com/markdown-it/markdown-it/blob/master/docs/5.0_migration.md.
    • โšก๏ธ Updated CM spec compatibility to 0.22 (see list below).
    • Keep tabs (don't replace with spaces).
    • Don't wrap iframes with paragraphs.
    • Rewritten emphasis algorithm.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix closure compiler collisions (don't use reserved words), #159.
  • v4.4.0 Changes

    July 18, 2015

    ๐Ÿ”„ Changed

    • โšก๏ธ Updated HTML blocks logic to CM 0.21 spec.
    • ๐Ÿ›  Minor fixes.
  • v4.3.1 Changes

    July 15, 2015

    ๐Ÿ”’ Security

    • ๐Ÿ›  Fix class name injection in fence renderer.

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ Allow numbered lists starting from zero.
  • v4.3.0 Changes

    June 29, 2015

    ๐Ÿ”„ Changed

    • โšก๏ธ linkify-it dependency update (1.2.0). Now accepts dash at the end of links.