Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.06 KB

CHANGELOG.md

File metadata and controls

39 lines (24 loc) · 1.06 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.4.0 (2024-09-16)

Breaking Changes

  • pulldown-cmark has been updated to 0.12. Thank you to @sbuller for this work!

0.3.0 (2024-07-30)

Breaking Changes

  • pulldown-cmark has been updated to 0.11.0. Thank you to @sbuller for this work!

0.2.0 (2023-09-21)

Added

  • FrontmatterExtractor::extracted() is a new function that returns true once the extractor has determined the frontmatter is fully extracted.
  • FrontmatterExtractor::extract_buffered() is a new function that advances the underlying iterator until the frontmatter has been fully extracted. Unlike FrontmatterExtractor::extract(), this function buffers all events so that they can be returned via iteration.

0.1.1 (2023-03-10)

  • Broken links to examples have been fixed

0.1.0 (2023-01-10)

  • Initial release