Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Update Rust crate comrak to 0.28.0 #326

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 29, 2023

This PR contains the following updates:

Package Type Update Change
comrak dependencies minor 0.19.0 -> 0.28.0

Release Notes

kivikakk/comrak (comrak)

v0.28.0

Compare Source

Diff: kivikakk/comrak@v0.27.0...v0.28.0

v0.27.0

Compare Source

Diff: kivikakk/comrak@v0.26.0...v0.27.0

v0.26.0

Compare Source

Diff: kivikakk/comrak@v0.25.0...v0.26.0

v0.25.0

Compare Source

  • Discord-flavored Markdown by @​Meow and @​liamwhite in https://github.com/kivikakk/comrak/pull/421
    • Three new extensions and two render options are added:
      • extension.underline adds support for __underlined__ text.
      • extension.spoiler adds support for ||spoiler|| text.
      • extension.greentext adds support for image board-style >greentext,
        which isn't transformed into a blockquote.
      • render.ignore_setext disables parsing setext-style headings.
      • render.ignore_empty_links causes links with no text (like [](xyz)) to
        remain in the text as-is.
  • nodes: add From impls for AstNode. by @​kivikakk in https://github.com/kivikakk/comrak/pull/424
    • Back by popular demand: AstNode::from(NodeValue).
    • Also added is AstNode::from(Ast), if you have sourcepos.
  • AST validation by @​yannham in https://github.com/kivikakk/comrak/pull/425
    • The AST is validated when formatting a document as CommonMark in debug builds.
  • Address autolink edge cases. by @​kivikakk in https://github.com/kivikakk/comrak/pull/426
    • Autolinks had many edge cases where output differed from upstream
      cmark-gfm. These have been fixed by following upstream's parser design
      closely.
  • shortcodes: capture all known aliases. by @​kivikakk in https://github.com/kivikakk/comrak/pull/427
    • We didn't parse shortcodes containing numbers or +. We do now.
  • Support both upstream CommonMark and GFM's differences in the base spec. by @​kivikakk in https://github.com/kivikakk/comrak/pull/428
    • GFM modifies even base CommonMark output somewhat. We now support and
      validate against both.
  • cm: count ol items from start of each list. by @​kivikakk in https://github.com/kivikakk/comrak/pull/429
    • Ordered list item numbers are normalised on formatting back to CommonMark.
  • arena_tree: panic if iterator invalidation causes trouble. by @​kivikakk in https://github.com/kivikakk/comrak/pull/437
    • arena_tree would silently stop iteration when trying to proceed from a
      child that had lost its parent. It now panics instead, as the old behaviour
      is incorrect and impossible to notice.
  • broken reflink callback updates & big cleanup. by @​kivikakk in https://github.com/kivikakk/comrak/pull/438
    • The broken reference link callback has been moved into ParseOptions (which
      now takes a lifetime, meaning Options does too).
    • The callback now takes a struct containing both the normalised reference,
      and the original text, and the return value has changed from a 2-tuple to a
      struct for clarity.
    • parse_document_with_broken_link_callback has been marked deprecated.
  • Inline sourcepos fixes. by @​kivikakk in https://github.com/kivikakk/comrak/pull/439
    • Inline sourcepos was provided on a best-effort basis, but there are multiple
      correctness issues which can't be fixed without significant work.
    • Inline sourcepos is no longer reported in HTML output. It remains in the AST
      and in XML output, but it is not reliable. See the PR for details.
    • Link sourcepos is slightly better than it was when it spans multiple lines.

New Contributors

Diff: kivikakk/comrak@v0.24.1...v0.25.0

v0.24.1

Compare Source

Diff: kivikakk/comrak@v0.24.0...v0.24.1

v0.23.0

Compare Source

v0.22.0

Compare Source

v0.21.0

Compare Source

v0.20.0

Compare Source


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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/comrak-0.x branch 2 times, most recently from 6ee5b85 to ee86cf8 Compare December 10, 2023 00:54
@renovate renovate bot force-pushed the renovate/comrak-0.x branch from ee86cf8 to bce4beb Compare December 31, 2023 00:54
@renovate renovate bot force-pushed the renovate/comrak-0.x branch from bce4beb to 9ea81f9 Compare January 7, 2024 00:56
@renovate renovate bot force-pushed the renovate/comrak-0.x branch 2 times, most recently from d54096f to cdc97a4 Compare January 21, 2024 00:57
@renovate renovate bot force-pushed the renovate/comrak-0.x branch from cdc97a4 to 5d76622 Compare January 25, 2024 15:19
@renovate renovate bot changed the title Update Rust crate comrak to 0.20.0 Update Rust crate comrak to 0.21.0 Jan 25, 2024
@renovate renovate bot force-pushed the renovate/comrak-0.x branch 2 times, most recently from 9d73f60 to d9d4455 Compare February 18, 2024 00:52
@renovate renovate bot force-pushed the renovate/comrak-0.x branch 2 times, most recently from beacc05 to 0e2fa2a Compare March 17, 2024 00:50
@renovate renovate bot changed the title Update Rust crate comrak to 0.21.0 Update Rust crate comrak to 0.22.0 Mar 30, 2024
@renovate renovate bot force-pushed the renovate/comrak-0.x branch 2 times, most recently from c31391e to 16ab6d2 Compare March 31, 2024 00:53
@renovate renovate bot changed the title Update Rust crate comrak to 0.22.0 Update Rust crate comrak to 0.23.0 Apr 29, 2024
@renovate renovate bot force-pushed the renovate/comrak-0.x branch from 16ab6d2 to 8b96bcb Compare April 29, 2024 15:57
@renovate renovate bot force-pushed the renovate/comrak-0.x branch from 8b96bcb to 8f9edc0 Compare May 19, 2024 20:49
@renovate renovate bot changed the title Update Rust crate comrak to 0.23.0 Update Rust crate comrak to 0.24.0 May 19, 2024
@renovate renovate bot force-pushed the renovate/comrak-0.x branch from 8f9edc0 to aa43cd2 Compare June 9, 2024 00:58
@renovate renovate bot force-pushed the renovate/comrak-0.x branch from aa43cd2 to 806e33b Compare July 12, 2024 12:52
@renovate renovate bot changed the title Update Rust crate comrak to 0.24.0 Update Rust crate comrak to 0.25.0 Jul 12, 2024
@renovate renovate bot force-pushed the renovate/comrak-0.x branch from 806e33b to 67cdaf2 Compare July 12, 2024 18:36
@renovate renovate bot changed the title Update Rust crate comrak to 0.25.0 Update Rust crate comrak to 0.26.0 Jul 12, 2024
@renovate renovate bot force-pushed the renovate/comrak-0.x branch from 67cdaf2 to a8dda0c Compare August 19, 2024 11:50
@renovate renovate bot changed the title Update Rust crate comrak to 0.26.0 Update Rust crate comrak to 0.27.0 Aug 19, 2024
@renovate renovate bot force-pushed the renovate/comrak-0.x branch from a8dda0c to 61e3bf7 Compare September 5, 2024 18:47
@renovate renovate bot changed the title Update Rust crate comrak to 0.27.0 Update Rust crate comrak to 0.28.0 Sep 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants