Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@scouten scouten released this 27 Apr 19:26
· 61 commits to main since this release
4a98cfe

27 April 2025

Major change

In this release, I replaced the previous "inline content" model with a new Content model which more accurately matches the manner in which Asciidoc handles content substitutions.

Added

  • Change RawDelimitedBlock to use Content for its inner body (#238)
  • Introduce Content model for rendered block content (#236)
  • Plumb &mut Parser through to the block-level parsers (#235)
  • Add internal AttributeValue struct for a single document attribute value (#232)
  • [breaking] Introduce new Parser struct which can configure and initiate parsing (#233)
  • [breaking] Rename AttributeValue to InterpretedValue (#229)
  • [breaking] Remove inline content model (#228)
  • Add new fn Span::take_non_empty_lines (#225)