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.9.1

04 Oct 15:37
7e02d13
Compare
Choose a tag to compare
  • commonmark.py now requires future >= 0.14.0 on Python 2, for uniform builtins imports in Python 2/3
  • Added CHANGELOG.md to the manifest file.

0.9.0

02 May 19:00
Compare
Choose a tag to compare

The CommonMark spec has been updated to 0.29. Completed by @iamahuman.

0.8.1

06 Sep 17:29
Compare
Choose a tag to compare

Removed CommonMark symlink. So, as of this version, you need to replace all instances of CommonMark with commonmark in your code.

0.8.0

03 Sep 17:21
8b99773
Compare
Choose a tag to compare
  • Added the Node.normalize() method. (from @lez)
  • Renamed package name to commonmark for PEP8 compliance. You can now do import commonmark as well as import CommonMark. Closes #60
  • Added testing on Python 3.7.

0.7.5

13 Mar 17:56
8a5da8a
Compare
Choose a tag to compare
  • Fixed smart dashes bug in Python 3 (from @alvra)

0.7.4

05 Aug 17:35
Compare
Choose a tag to compare

The CommonMark spec has been updated to 0.28.

0.7.3

05 Jan 18:50
Compare
Choose a tag to compare

The CommonMark spec has been updated to 0.27.

0.7.2

10 Aug 15:53
Compare
Choose a tag to compare
  • Removed outdated files from distributed packages, reported by @hyperknot

0.7.1

20 Jul 20:09
Compare
Choose a tag to compare
  • Updated CommonMark spec to 0.26.
  • Fixed JSON output invoked by cmark -aj somefile.md, reported by @rplCloud
  • Fixed a bug with dumpAST() on ordered lists, from @rflynn

0.7.0

07 Jun 15:57
Compare
Choose a tag to compare
  • The cmark.py script is now just called cmark.
  • Fixed a bug where the cmark.py script contained a bogus path, reported
    by @yuhui-lin.
  • Fixed a bug where a TypeError could occur, reported by @civalin.