Skip to content

Releases: commonmark/commonmark-java

commonmark-java 0.3.0

Choose a tag to compare

@robinst robinst released this 15 Oct 05:22

Changes:

  • Update to spec 0.22 (#14)
  • Allow block parsers from extensions to override core behavior (#18)
  • Fix compilation without install (#19)
  • Parent pom, build and README updates

commonmark-java 0.2.0

Choose a tag to compare

@robinst robinst released this 21 Aug 01:46

Changes:

  • Add method Node parseReader(java.io.Reader) to Parser (#2)
  • Fix StringIndexOutOfBoundsException on some inputs (#13)
  • Extend Javadoc and publish online (#4)
  • ext-gfm-tables: Implement single-column tables (#7)

commonmark-java 0.1.0

Choose a tag to compare

@robinst robinst released this 21 Aug 01:42

Initial release!