Bug Fixes (BREAKING)
-
Add structured error handling for cmark(), cmark_resume() etc
Whencmark_resume_with_options()
, which serves as basis for the other
cmark*
functions, finds an inconsistent event stream (for example, two
consecutive heading start tags), it panics.Introduce a custom error type
Error
in the crate and change the return
type of all public functions fromfmt::Result<_>
toResult<_, Error>
.The next commit adds an integration test.
Commit Statistics
- 4 commits contributed to the release.
- 4 days passed between releases.
- 1 commit was understood as conventional.
- 1 unique issue was worked on: #91