Skip to content

Releases: khonsulabs/pulldown-cmark-frontmatter

v0.4.0

16 Sep 18:42
17d0d51
Compare
Choose a tag to compare

Breaking Changes

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

v0.3.0

30 Jul 20:13
94e031d
Compare
Choose a tag to compare

Breaking Changes

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

v0.2.0

21 Sep 14:12
cfa77c2
Compare
Choose a tag to compare

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.

These features were inspired by suggestions by @benwis in #3.

v0.1.1

10 Mar 14:49
8cbe448
Compare
Choose a tag to compare

This release fixes broken links to examples in the README/docs. There are no code changes in this release.

Thank you to @AramZS for reporting this (#1)!