Releases: readthedocs/commonmark.py
Releases · readthedocs/commonmark.py
0.9.1
- 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
The CommonMark spec has been updated to 0.29. Completed by @iamahuman.
0.8.1
Removed CommonMark
symlink. So, as of this version, you need to replace all instances of CommonMark
with commonmark
in your code.
0.8.0
- 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
- Fixed smart dashes bug in Python 3 (from @alvra)
0.7.4
The CommonMark spec has been updated to 0.28.
0.7.3
The CommonMark spec has been updated to 0.27.
0.7.2
- Removed outdated files from distributed packages, reported by @hyperknot
0.7.1
- 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
- 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.