Skip to content

v0.47.0

Choose a tag to compare

@kivikakk kivikakk released this 30 Oct 04:37
· 305 commits to main since this release

Martin Chrástek has fixed all known sourcepos issues in Comrak, while closing a number of other bugs at the same time! I'm so happy.

New APIs:

  • NodeCodeBlock now has a closed property. (by @Martin005 in #661)
  • NodeHeading now has a closed property, for closed ATX-style headings. (by @Martin005 in #665)

Bug fixes:

  • Source position information for lists and their children is fixed. (by @Martin005 in #666)
  • Source position information for unclosed fenced code blocks is fixed. (by @Martin005 in #661)
  • Escaped and EscapedTag no longer fail AST validation when formatting as CommonMark with debug assertions. (by @kivikakk in #662, #664)

Build changes:

  • The fuzzer now also runs on CommonMark and XML output formats. (by @kivikakk in #663)

Diff: v0.46.0...v0.47.0