Skip to content

Releases: kivikakk/comrak

0.8.2

13 Aug 10:49
Compare
Choose a tag to compare

Changes since last release (0.8.1...0.8.2)

  • Fix some lint issues. (#152, Caleb Maclennan)
  • Build benchmarks separately to tests. (#154)
  • Add support for a config file for CLI use. (#157, with thanks to AJ ONeal.)

Note the Windows binary includes commit fd39797 ahead of this tag. The aarch64 build is still not tested on actual hardware.

0.8.1

11 Aug 23:50
Compare
Choose a tag to compare

Changes since last release (0.8.0...0.8.1)

  • Add escape option to escape raw HTML instead of clobbering it. (#150, Ryan Westlund)

0.8.0

11 Aug 23:49
Compare
Choose a tag to compare

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

11 Aug 23:49
Compare
Choose a tag to compare

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

14 Jan 04:30
Compare
Choose a tag to compare

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

06 May 23:38
Compare
Choose a tag to compare

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

02 May 00:06
Compare
Choose a tag to compare

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

23 Apr 23:26
Compare
Choose a tag to compare

Changes since last release (0.5.1...0.6.0)

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

0.5.1

10 Apr 05:46
Compare
Choose a tag to compare

Changes since last release (0.5.0...0.5.1)

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

0.5.0

08 Apr 23:38
Compare
Choose a tag to compare

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)