Releases: commonmark/commonmark-java
Releases · commonmark/commonmark-java
commonmark-java 0.4.0
Update to CommonMark spec 0.24 (#28):
- No longer allow whitespace between link text and link label
- Don't allow whitespace in link destination even with <>
- Don't use whitelist for schemes in autolinks, recognize all 2-32 length schemes (see spec)
- Allow multi-line content in setext headings
API breaking changes (caused by changes in spec):
- Rename
Header
toHeading
- Rename
HorizontalRule
toThematicBreak
- Rename
HtmlTag
toHtmlInline
- Replace
MatchedBlockParser#getParagraphStartLine
with#getParagraphContent
that returns the current content if the the matched block is a paragraph
commonmark-java 0.3.2
- Add more bounds checks to internal Substring class (might affect extensions)
commonmark-java 0.3.1
- Fix StringIndexOutOfBoundsException with unclosed inline link (#27)
commonmark-java 0.3.0
commonmark-java 0.2.0
commonmark-java 0.1.0
Initial release!