v10.0.0
Note that the breaking change is fixable by removing the last parameter from the cmark()
function if it was None
,
or using cmark_resume
instead.
New Features
- Formatting within links is no being preserved.
New Features (BREAKING)
-
Simplify
cmark(…)
by removingState
parameter, introducecmark_resume(…)
.The reason for doing it this way around causing a breaking change is
the change of behaviour forcmark_resume
, which now returns a state
instance that needs afinalize()
call to flush certain caches.Currently this is only used to write link blocks, after which the state
is still usable for future invocations if necessary.That way the caller has control over where to put link blocks, or other
items that should be placed at the end of a logical section.
Commit Statistics
- 5 commits contributed to the release over the course of 2 calendar days.
- 28 days passed between releases.
- 1 commit where understood as conventional.
- 0 issues like '(#ID)' where seen in commit messages