Update Rust crate pulldown-cmark-to-cmark to v19 #171
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
13.0
->19.0
Release Notes
Byron/pulldown-cmark-to-cmark (pulldown-cmark-to-cmark)
v19.0.0
Compare Source
New Features (BREAKING)
State
struct non-exhaustiveThat way, future additions to the rather internal state won't be a reason for breaking changes anymore.
Bug Fixes (BREAKING)
drasticly improve escaping
!
,#
, and|
Raises spec tests from 578 to 580. It handles cases that look like these
Commit Statistics
Commit Details
view details
daef56b
)a85fe39
)Cow<'a, str>
to minimize allocations for pipe escaping (022fa11
)c9ecdd2
)State
struct non-exhaustive (13785fe
)e7f0784
)37e8dcb
)edcac27
)f6fba5f
)4690885
)!
,#
, and|
(76c24a1
)v18.0.0
Compare Source
Chore
TextMergeStream
for round-trip testsThis increases the amount of passing tests to 578.
It doesn't strictly improve the quality of implementation,
but since separate text events aren't supposed to be semantic,
these failures seem spurrious.
New Features
Increases passing spec tests from 473 to 477.
Bug Fixes
New Features (BREAKING)
This raises the number of passing spec tests from 459 to 473.
Commit Statistics
Commit Details
view details
6c8bc4d
)81ac29b
)TextMergeStream
for round-trip tests (b3d7df2
)d8f22c1
)d5323a8
)33ce10d
)2f75de2
)848abc3
)3fdf308
)db76794
)8a9573d
)v17.0.0
Compare Source
New Features (BREAKING)
This raises the number of passing spec tests from 436 to 459.
Bug Fixes (BREAKING)
Commit Statistics
Commit Details
view details
55fe0bc
)98818fa
)ed4ff6f
)3170061
)c3a0f32
)210a0be
)v16.0.1
Compare Source
Other
Lower MSRV to 1.71.1
This project builds successfully with the MSRV of
pulldown-cmark
. Therefore we can lowerrust-version
to 1.71.1.Add documentation for the current MSRV and that this project follows MSRV policy of
pulldown-cmark
.Use
cargo hack
for MSRV CI job, to automatically install rustc according torust-version
and then executecargo check
.Commit Statistics
Commit Details
view details
ab22a57
)85ca9d4
)pulldown-cmark
's MSRV. (7269c4f
)21a7f26
)c6899bc
)1a3029f
)5745ce5
)820b661
)43c6e8a
)d636dc6
)a8c7fa5
)d97f8f5
)6e2ae15
)8f9d4bf
)08ffcb8
)66b9ed2
)v16.0.0
Compare Source
Add support for
pulldown-cmark
v0.12, and an understanding of markdown Definition Lists.Commit Statistics
Commit Details
view details
4dd27c5
)pulldown-cmark
crate at v0.12 (17b5308
)7b74f1b
)f1f18d4
)173ae85
)7674b54
)e686a8f
)f1a8a3e
)v15.0.1
Compare Source
Bug Fixes
Commit Statistics
Commit Details
view details
2ac7472
)2ac7472
)7cc274e
)::
for centered column in table. (33811dc
)v15.0.0
Compare Source
New Features (BREAKING)
Update pulldown cmark
Commit Statistics
Commit Details
view details
e6c8c3e
)d72bfd3
)d8cbd37
)bff28af
)6d05a28
)89d5dd5
)d55ac5d
)c8632c4
)f961f76
)74a5b59
)e94e9e4
)8e09ddb
)153ff68
)42049d9
)ea04970
)1d047be
)dcf769c
)8723b1f
)c81d969
)173b8a4
)v14.0.1
Compare Source
This release contains a fix to avoid escaping characters within codeblocks.
See https://github.com/Byron/pulldown-cmark-to-cmark/issues/73 for details.
Commit Statistics
Commit Details
view details
7376d42
)fd7815a
)857ff07
)a6045c6
)v14.0.0
Compare Source
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)
last_event_end_index
indices into and how it's usedThis is marked as breaking change as the field itself is new in
State
and could be breaking for some.
Commit Statistics
Commit Details
view details
1978c0c
)cfcabc4
)8c6bee4
)d9d81c0
)c332f98
)386e663
)last_event_end_index
indices into and how it's used (6c8297c
)f66724b
)bebff1e
)<
escape handling (542bc1f
)State
derives (ea17e27
)78965c4
)cmark_resume_with_source_range_and_options
is different (49f60d5
)source_range
persist special character escape by peeking source (92ad2c8
)a234ed5
)93cbb33
)8c6ccdb
)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.