tag:github.com,2008:https://github.com/getreu/parse-hyperlinks/releasesRelease notes from parse-hyperlinks2025-10-18T06:35:31Ztag:github.com,2008:Repository/315966899/v0.29.12025-10-18T06:35:31Zv0.29.1: Maintenance release<p>Apply new Clippy lints</p>getreutag:github.com,2008:Repository/315966899/v0.29.02025-05-15T14:05:03Zv0.29.0<p>This release migrates to <code>nom</code> version v8.0.0</p>getreutag:github.com,2008:Repository/315966899/v0.28.22025-05-06T06:06:02Zv0.28.2: Maintenance release: migrate to Rust 2024 edition<p>This fixes release v0.28.0 and v0.28.1 where the inter-depencies were not set to<br>
the same versions.</p>getreutag:github.com,2008:Repository/315966899/v0.28.02025-05-06T05:06:25Zv0.28.0<p>Maintenance release: migrate to Rust 2024 edition</p>getreutag:github.com,2008:Repository/315966899/v0.27.22023-10-19T16:31:54Zv0.27.2<p>Add unit tests, refactor some functions</p>getreutag:github.com,2008:Repository/315966899/v0.27.12023-10-19T10:09:03Zv0.27.1: Support more Markdown `\` escape characters.<p>The complete set:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~"><pre class="notranslate"><code> !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~
</code></pre></div>
<p>Source: <a href="https://spec.commonmark.org/0.30/#example-12" rel="nofollow">Commonmark spec</a></p>getreutag:github.com,2008:Repository/315966899/v0.26.42023-10-16T01:09:04Zv0.26.4<p>Allow HTML content in link text</p>getreutag:github.com,2008:Repository/315966899/v0.26.22023-10-10T13:18:59Zv0.26.2<p>Document HTML output</p>getreutag:github.com,2008:Repository/315966899/v0.26.12023-10-10T13:20:07Zv0.26.1<p>Markdown: add autolink parser: <a href="http://domain" rel="nofollow">http://domain</a></p>getreutag:github.com,2008:Repository/315966899/v0.25.02023-10-02T07:29:15Zv0.25.0: Crate `-extras` API: return `Link` for `HyperlinkInlineImage` iter<p>Crate <code>parse-hyperlinks-extras</code> API: return <code>Link</code> for <code>HyperlinkInlineImage</code><br>
iterator instead of <code>Cow<str></code>.</p>
<p>No code changes in the other crates of this package.</p>getreu