Skip to content

Releases: kivikakk/comrak

0.8.0

Choose a tag to compare

@kivikakk kivikakk released this 11 Aug 23:49

Changes since last release (0.7.1...0.8.0)

  • 0.7.1 was a semver-breaking change. This is now 0.8.0.

0.7.1

Choose a tag to compare

@kivikakk kivikakk released this 11 Aug 23:49

Changes since last release (0.7.0...0.7.1)

  • Reduce list item indentation in line with spec. (#135, Casey Rodarmor)
  • Split uber-struct ComrakOptions into substructures.
  • Refactor HTML formatter escaping. (#140, Donough Liu)
  • Don't render <p> inside <dt> tags. (#145)

0.7.0

Choose a tag to compare

@kivikakk kivikakk released this 14 Jan 04:30

Changes since last release (0.6.2...0.7.0)

  • Supporting stable and newer again, since dependencies keep breaking for 1.27.0. (#134)

0.6.2

Choose a tag to compare

@kivikakk kivikakk released this 06 May 23:38

Changes since last release (0.6.1...0.6.2)

  • Exclude unneeded files from crate. (#120, Igor Gnatenko)
  • Bump the twoway dependency. (#121, Igor Gnatenko)

0.6.1

Choose a tag to compare

@kivikakk kivikakk released this 02 May 00:06

Changes since last release (0.6.0...0.6.1)

  • Add --gfm flag to CLI to enable all GitHub Flavored Markdown extensions and options. (#118, James R Miller)

0.6.0

Choose a tag to compare

@kivikakk kivikakk released this 23 Apr 23:26

Changes since last release (0.5.1...0.6.0)

  • Add TaskItem variant to NodeValue. (#115, Élisabeth Henry)

0.5.1

Choose a tag to compare

@kivikakk kivikakk released this 10 Apr 05:46

Changes since last release (0.5.0...0.5.1)

  • Support building on Rust versions back to 1.27.0. (#114)

0.5.0

Choose a tag to compare

@kivikakk kivikakk released this 08 Apr 23:38

Changes since last release (0.4.4...0.5.0)

  • Update API so that footnote reference and definition identifiers match. (#110, Élisabeth Henry)
  • Update to CommonMark spec 0.29. (#112)

0.4.4

Choose a tag to compare

@kivikakk kivikakk released this 24 Feb 22:46

Changes since last release (0.4.3...0.4.4)

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

0.4.3

Choose a tag to compare

@kivikakk kivikakk released this 13 Feb 22:52

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)