Skip to content

v0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Oct 14:18
· 9 commits to main since this release

Fixed

  • Fix comments parsing inside of environments and groups.
  • \hline and \hdashline before any content in a math environment.

Changed

  • Breaking Change: Event::Alignment and Event::NewLine were moved to
    Event::EnvironmentFlow(EnvironmentFlow::Alignment) and
    Event::EnvironmentFlow(EnvironmentFlow::NewLine) respectively.

Added

  • Added the Event::EnvironmentFlow(EnvironmentFlow::StartLines) variant, for when the first thing in the environment
    is a \hline/\hdashline.

What's Changed

  • Update libtest-mimic requirement from 0.7 to 0.8 by @dependabot in #20
  • \hline and \hdashline available before any content in math environments by @carloskiki in #17

Full Changelog: v0.6.3...v0.7.0