Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.2 KB

CHANGELOG.md

File metadata and controls

43 lines (26 loc) · 1.2 KB

Changelog

0.6.0 - 2023-08-03

Added

  • added link reference definition as AST node (renders as empty) for roundtripping (#22)

Changed

  • only set max indent=4 if code blocks plugin is enabled (#20)

Fixed

  • fixed ambiguity between tables and setext headings (#27)

0.5.1 - 2023-07-05

Fixed

  • fixed panics in smartquotes (#26)
  • fixed entity code unescaping (#23)
  • multiple other minor bugfixes

0.5.0 - 2023-05-13

Added

  • typographer plugin (#4)
  • smartquotes plugin (#5)
  • headings with ids plugin (#18)

Changed

  • reference map changed from a HashMap to a trait object, allowing user to override it (#17)

0.0.0 - 0.4.0 (2022-05-21 - 2022-10-03)

Initial commits. Software was not stabilized yet, so changes weren't documented at that point.