Skip to content
This repository has been archived by the owner on Mar 26, 2022. It is now read-only.

Releases: readthedocs/commonmark.py

0.6.4

09 May 16:18
Compare
Choose a tag to compare
  • The CommonMark spec has been updated to 0.25.
  • The HtmlRenderer has been refactored based on upstream changes in commonmark.js.
  • Python 2 fixes from @eric-wieser
  • Contributions from @funkybob and @hyperknot

0.6.3

19 Jan 14:49
Compare
Choose a tag to compare
  • CommonMark-py now supports Python 2.6.
  • The CommonMark spec has been updated to 0.24.

0.6.2

08 Jan 18:13
Compare
Choose a tag to compare
  • Fixed a UnicodeEncodeError when parsing unicode entities on Python 2. As a result, CommonMark-py now relies on the "future" module in Python 2, as documented in setup.py. This can be found on pypi: https://pypi.python.org/pypi/future

0.6.1

05 Jan 21:55
Compare
Choose a tag to compare
  • Fixed an IndexError exception that occurred when input string was empty.

0.6.0

04 Jan 20:27
Compare
Choose a tag to compare
  • CommonMark-py now complies to the 0.23 CommonMark spec
    http://spec.commonmark.org/0.23/
  • The ExtensionBlock has been removed in this release, since
    the parser has been rewritten.
  • Added a compatibility fix for Python 2.6, but this version
    of Python still isn't really supported.
  • HTMLRenderer has been renamed to HtmlRenderer.
  • DocParser has been renamed to Parser.

0.5.5

30 Dec 23:39
Compare
Choose a tag to compare
  • Random bug fixes
  • Internal code structure changes
  • Compatibility fixes for Python 3