Skip to content

Releases: kivikakk/comrak

0.4.4

24 Feb 22:46
Compare
Choose a tag to compare

Changes since last release (0.4.3...0.4.4)

  • Add From<NodeValue> impl to AstNode. (#105, Sunjay Varma)

0.4.3

13 Feb 22:52
Compare
Choose a tag to compare

Changes since last release (0.4.2...0.4.3)

  • Add a Default derive and Ast::new to make ASTs programmatically constructible. (#101, Sunjay Varma and #102)

0.4.2

12 Feb 01:07
Compare
Choose a tag to compare

Changes since last release (0.4.1...0.4.2)

  • Add a callback to fill in broken reference links, per pulldown_cmark's Parser::new_with_broken_link_callback. (#100, Sunjay Varma)
  • Update to latest spec. (#99)

0.4.1

06 Feb 23:18
Compare
Choose a tag to compare

Changes since last release (0.4.0...0.4.1)

  • Fix a bug in anchor generation; it should now be on par with GitHub's. (#97, Clifford T. Matthews)
  • Expose anchor generation for use in library consumers. (#94, Clifford T. Matthews)

0.4.0

27 Nov 05:12
Compare
Choose a tag to compare

Changes since last release (0.3.1...0.4.0)

  • Invert default-false safe flag to default-false unsafe_ flag. If you were not enabling safe mode before, you'll need to enable unsafe mode now.

0.3.1

04 Oct 04:09
Compare
Choose a tag to compare

Changes since last release (0.3.0...0.3.1)

  • Keep up-to-date with the spec.

0.3.0

04 Oct 03:55
Compare
Choose a tag to compare

Changes since last release (0.2.14...0.3.0)

  • Significant test coverage and code clean up. (#82, #83, Brian Anderson)
  • Description list support. (#86, Ayose Cazorla)
  • Example use of comrak to convert CommonMark documents into S-expressions. (#86, Ayose Cazorla)
  • Footnotes are now enabled via an extension option, not a flag of its own. (#87)
  • Extend cmark-gfm compatibility to include all extension and regression tests. (#87)

0.2.14

04 Oct 03:55
Compare
Choose a tag to compare

Changes since last release (0.2.13...0.2.14)

  • Speed enhancements. (#76, Brian Anderson)
  • Target latest spec; bring comrak closer into line with cmark. (#81, Brian Anderson and Ashe Connor)

0.2.13

22 Jun 00:02
Compare
Choose a tag to compare
  • Speed enhancements. (#75, Shaquille Johnson)

0.2.12

22 Jun 00:01
Compare
Choose a tag to compare
  • Add safety options per the reference C implementation. (#67)