Releases: readthedocs/commonmark.py
Releases · readthedocs/commonmark.py
0.9.2
Compare
Sorry, something went wrong.
No results found
Deprecate package. Use markdown-it-py instead.
Remove testing on python 3.4.
0.9.1
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
The CommonMark spec has been updated to 0.29. Completed by @iamahuman .
0.8.1
Compare
Sorry, something went wrong.
No results found
Removed CommonMark symlink. So, as of this version, you need to replace all instances of CommonMark with commonmark in your code.
0.8.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixed smart dashes bug in Python 3 (from @alvra )
0.7.4
Compare
Sorry, something went wrong.
No results found
The CommonMark spec has been updated to 0.28.
0.7.3
Compare
Sorry, something went wrong.
No results found
The CommonMark spec has been updated to 0.27.
0.7.2
Compare
Sorry, something went wrong.
No results found
Removed outdated files from distributed packages, reported by @hyperknot
0.7.1
Compare
Sorry, something went wrong.
No results found
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