Skip to content

v12.0.0

Compare
Choose a tag to compare
@Byron Byron released this 16 Mar 07:28
· 93 commits to main since this release
002be03

Other

  • update pulldown-cmark dependency

New Features (BREAKING)

  • upgrade to pulldown-cmark v0.10
    This comes with a variety of changes to the State type, which is the reason
    this is a breaking release.

    The overall correctness is improved though, bringing the amount of successful
    tests of the spec to 435/649 (up by 4).

Commit Statistics

  • 17 commits contributed to the release over the course of 34 calendar days.
  • 48 days passed between releases.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Upgrade to pulldown-cmark v0.10 (640148b)
    • Avoid allocations (366f304)
    • Allow State to borrow from events (b3bfd40)
    • Remove State::last_was_html (42739b5)
    • Test custom attributes (8152f81)
    • Adjust snapshots (1c21b70)
    • Remove trailing whitespace in snapshots (seems to be a pulldown-cmark parsing change) (b09ce73)
    • Fix handling of HTML blocks (6afb4cd)
    • Clippy (4a66292)
    • Fix EndTag tests (38bb5dd)
    • Comment out end tag tests that aren't triviably updateable (82110a4)
    • Support heading attributes (fc30c6d)
    • Fix test (ea2608e)
    • Fix easily-updateable tests (ebf9b69)
    • Add link/image stacks and track current header (3090b8a)
    • Metadata blocks (a26731c)
    • Update pulldown-cmark dependency (b90defb)