pulldown-cmark v0.5.0 Release Notes

Release Date: 2019-04-24 // almost 5 years ago
  • โž• Additions:

    • CommonMark 0.29 compatibility
    • ๐Ÿ“œ SIMD accelerated parsers feature
    • Guards against known pathological inputs causing quadratic scanning time
    • Speed improvements

    ๐Ÿ”„ Changes:

    • ๐Ÿ’ฅ Code spans are no longer tags, but are now events containing a single CowStr. This is a breaking change.