Sourced from org.commonmark:commonmark's releases.
commonmark-java 0.25.0
Added
- Include OSGi metadata in jars (
META-INF/MANIFEST.MF
files) (#378)- More documentation with examples for
Node
classes (#370)Changed
- GitHub tables: Tables are now parsed even if there's no blank line before the table heading, matching GitHub's behavior. (#381)
Fixed
MarkdownRenderer
: Fix precedence fornodeRendererFactory
: Factories passed to the builder can now override rendering for core node types. (#368)MarkdownRenderer
: Fix exception with ordered lists with a long first number followed by a shorter one (#382)- Fix warning in Eclipse about "missing 'requires transitive'" (#358)
- Fix Android incompatibility with
requireNonNullElseGet
(#369)
Sourced from org.commonmark:commonmark's changelog.
[0.25.0] - 2025-06-20
Added
- Include OSGi metadata in jars (
META-INF/MANIFEST.MF
files) (#378)- More documentation with examples for
Node
classes (#370)Changed
- GitHub tables: Tables are now parsed even if there's no blank line before the table heading, matching GitHub's behavior. (#381)
Fixed
MarkdownRenderer
: Fix precedence fornodeRendererFactory
: Factories passed to the builder can now override rendering for core node types. (#368)MarkdownRenderer
: Fix exception with ordered lists with a long first number followed by a shorter one (#382)- Fix warning in Eclipse about "missing 'requires transitive'" (#358)
- Fix Android incompatibility with
requireNonNullElseGet
(#369)
99e6050
[maven-release-plugin] prepare release commonmark-parent-0.25.01701991
Merge pull request #385
from commonmark/release-0.256354f02
Prepare for version 0.25.0adcf2f2
Prepare CHANGELOG for release 0.258cc1fa2
Merge pull request #384
from commonmark/central-publisher-portal5e6b740
Migrate from OSSRH to Central Publisher Portal7616e19
Merge pull request #383
from commonmark/markdown-renderer-ordered-list-fix971aaa9
MarkdownRenderer: Fix ordered list with long start number (fixes #382)32c9290
Merge pull request #381
from commonmark/tables-without-blank-line-beforebb57a5f
Parse tables without blank line beforeSourced from org.commonmark:commonmark-ext-gfm-tables's releases.
commonmark-java 0.25.0
Added
- Include OSGi metadata in jars (
META-INF/MANIFEST.MF
files) (#378)- More documentation with examples for
Node
classes (#370)Changed
- GitHub tables: Tables are now parsed even if there's no blank line before the table heading, matching GitHub's behavior. (#381)
Fixed
MarkdownRenderer
: Fix precedence fornodeRendererFactory
: Factories passed to the builder can now override rendering for core node types. (#368)MarkdownRenderer
: Fix exception with ordered lists with a long first number followed by a shorter one (#382)- Fix warning in Eclipse about "missing 'requires transitive'" (#358)
- Fix Android incompatibility with
requireNonNullElseGet
(#369)
Sourced from org.commonmark:commonmark-ext-gfm-tables's changelog.
[0.25.0] - 2025-06-20
Added
- Include OSGi metadata in jars (
META-INF/MANIFEST.MF
files) (#378)- More documentation with examples for
Node
classes (#370)Changed
- GitHub tables: Tables are now parsed even if there's no blank line before the table heading, matching GitHub's behavior. (#381)
Fixed
MarkdownRenderer
: Fix precedence fornodeRendererFactory
: Factories passed to the builder can now override rendering for core node types. (#368)MarkdownRenderer
: Fix exception with ordered lists with a long first number followed by a shorter one (#382)- Fix warning in Eclipse about "missing 'requires transitive'" (#358)
- Fix Android incompatibility with
requireNonNullElseGet
(#369)
99e6050
[maven-release-plugin] prepare release commonmark-parent-0.25.01701991
Merge pull request #385
from commonmark/release-0.256354f02
Prepare for version 0.25.0adcf2f2
Prepare CHANGELOG for release 0.258cc1fa2
Merge pull request #384
from commonmark/central-publisher-portal5e6b740
Migrate from OSSRH to Central Publisher Portal7616e19
Merge pull request #383
from commonmark/markdown-renderer-ordered-list-fix971aaa9
MarkdownRenderer: Fix ordered list with long start number (fixes #382)32c9290
Merge pull request #381
from commonmark/tables-without-blank-line-beforebb57a5f
Parse tables without blank line before