Skip to content

v14.0.0

Compare
Choose a tag to compare
@Byron Byron released this 10 Jun 06:05
· 70 commits to main since this release
1978c0c

This release adds support for keeping escapes in the original source for the input events,
assuming the new cmark_resume_with_source_range_and_options() function is used.

Please also note that for most this won't be a breaking change as only a field was added
to State, which isn't used unless you do incremental event serialization.

Bug Fixes (BREAKING)

  • clarify what last_event_end_index indices into and how it's used
    This is marked as breaking change as the field itself is new in State
    and could be breaking for some.

Commit Statistics

  • 16 commits contributed to the release over the course of 16 calendar days.
  • 84 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Fix manifest includes to allow publishing (cfcabc4)
    • Release pulldown-cmark-to-cmark v14.0.0 (8c6bee4)
    • Fix doc-links (d9d81c0)
    • Prepare changelog prior to release (c332f98)
    • Merge pull request #71 from SichangHe/no-unnecessary-escape (386e663)
    • Clarify what last_event_end_index indices into and how it's used (6c8297c)
    • Dedup test code (f66724b)
    • Attempt to address @bryon first comments #71 (review) (bebff1e)
    • Test < escape handling (542bc1f)
    • Restore State derives (ea17e27)
    • Rm test that fail for old implementation (78965c4)
    • Better explain why cmark_resume_with_source_range_and_options is different (49f60d5)
    • source_range persist special character escape by peeking source (92ad2c8)
    • Placeholder functions not using source range (a234ed5)
    • Extract nested functionalities (93cbb33)
    • Failing rustdoc test #51 (8c6ccdb)