Skip to content

MarkdownJ 0.4

Latest
Compare
Choose a tag to compare
@myabc myabc released this 16 Feb 10:57
· 12 commits to master since this release

Deprecations

  • Package name has been changed from com.petebevin.markdown to org.markdownj. The com.petebevin.markdown has been deprecated and will be removed in MarkdownJ 0.5.

Bug fixes:

  • Fix escaping of uppercase HTML tags (#4).
  • Fix handling of reference-style images, which were previously being parsed as links (#5) – @iceout.
  • Thread-safety fixes for CharacterProtector class (#23).

Features:

  • Add support for lang attribute in code blocks – @enr.

Miscellaneous:

Project Infrastructure

  • Project migrated from SourceForge/Google Code to GitHub.
  • Project build tool migrated from Ant to Maven.
  • Project is now tested on Travis CI.
  • Source code now targets Java 1.5 + (note: that Continuous Integration is currently configured for 1.6+).
  • Source code updated to use Generics, newer for-each loops, annotations, etc.
  • Test suite updated to use JUnit 4.11.
  • Test suite fixes on Windows Vista (#11).
  • markdownj-ant-utils and markdownj-dingus have been moved to separate repositories.