File tree Expand file tree Collapse file tree 14 files changed +26
-25
lines changed
commonmark-ext-gfm-strikethrough
commonmark-ext-gfm-tables
commonmark-ext-heading-anchor
commonmark-ext-image-attributes
commonmark-ext-task-list-items
commonmark-ext-yaml-front-matter
commonmark-integration-test Expand file tree Collapse file tree 14 files changed +26
-25
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66This project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) ,
77with the exception that 0.x versions can break between minor versions.
88
9- ## Unreleased
9+ ## [ 0.26.0 ] - 2025-09-13
1010### Changed
1111- A ` LinkProcessor ` using ` replaceWith ` now also stops outer links from being
1212 parsed as links, same as with ` wrapTextIn ` . This prevents nested links, see
@@ -492,6 +492,7 @@ API breaking changes (caused by changes in spec):
492492Initial release of commonmark-java, a port of commonmark.js with extensions
493493for autolinking URLs, GitHub flavored strikethrough and tables.
494494
495+ [0.26.0]: https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.25.1...commonmark-parent-0.26.0
495496[0.25.1]: https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.25.0...commonmark-parent-0.25.1
496497[0.25.0]: https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.24.0...commonmark-parent-0.25.0
497498[0.24.0]: https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.23.0...commonmark-parent-0.24.0
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >org.commonmark</groupId >
66 <artifactId >commonmark-parent</artifactId >
7- <version >0.25.2 -SNAPSHOT</version >
7+ <version >0.26.0 -SNAPSHOT</version >
88 </parent >
99
1010 <artifactId >commonmark-ext-autolink</artifactId >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >org.commonmark</groupId >
66 <artifactId >commonmark-parent</artifactId >
7- <version >0.25.2 -SNAPSHOT</version >
7+ <version >0.26.0 -SNAPSHOT</version >
88 </parent >
99
1010 <artifactId >commonmark-ext-footnotes</artifactId >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >org.commonmark</groupId >
66 <artifactId >commonmark-parent</artifactId >
7- <version >0.25.2 -SNAPSHOT</version >
7+ <version >0.26.0 -SNAPSHOT</version >
88 </parent >
99
1010 <artifactId >commonmark-ext-gfm-strikethrough</artifactId >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >org.commonmark</groupId >
66 <artifactId >commonmark-parent</artifactId >
7- <version >0.25.2 -SNAPSHOT</version >
7+ <version >0.26.0 -SNAPSHOT</version >
88 </parent >
99
1010 <artifactId >commonmark-ext-gfm-tables</artifactId >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >org.commonmark</groupId >
66 <artifactId >commonmark-parent</artifactId >
7- <version >0.25.2 -SNAPSHOT</version >
7+ <version >0.26.0 -SNAPSHOT</version >
88 </parent >
99
1010 <artifactId >commonmark-ext-heading-anchor</artifactId >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >org.commonmark</groupId >
66 <artifactId >commonmark-parent</artifactId >
7- <version >0.25.2 -SNAPSHOT</version >
7+ <version >0.26.0 -SNAPSHOT</version >
88 </parent >
99
1010 <artifactId >commonmark-ext-image-attributes</artifactId >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >org.commonmark</groupId >
66 <artifactId >commonmark-parent</artifactId >
7- <version >0.25.2 -SNAPSHOT</version >
7+ <version >0.26.0 -SNAPSHOT</version >
88 </parent >
99
1010 <artifactId >commonmark-ext-ins</artifactId >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >org.commonmark</groupId >
66 <artifactId >commonmark-parent</artifactId >
7- <version >0.25.2 -SNAPSHOT</version >
7+ <version >0.26.0 -SNAPSHOT</version >
88 </parent >
99
1010 <artifactId >commonmark-ext-task-list-items</artifactId >
Original file line number Diff line number Diff line change 44 <parent >
55 <artifactId >commonmark-parent</artifactId >
66 <groupId >org.commonmark</groupId >
7- <version >0.25.2 -SNAPSHOT</version >
7+ <version >0.26.0 -SNAPSHOT</version >
88 </parent >
99
1010 <artifactId >commonmark-ext-yaml-front-matter</artifactId >
You can’t perform that action at this time.
0 commit comments