Releases: gjtorikian/commonmarker
Releases · gjtorikian/commonmarker
v0.19.0
- Support tasklists: #94
- Indicate the context of a parse/render option error: #97
v0.18.0
- Default to being safe: #81
v0.15.0
- Support for
p
and pp
: #44
v0.13.0
- Bump to libcmark 0.27.1
- Fix encoding issue with
string_content
: #30
v0.12.0
- The end of extensions: #29
v0.11.0
BETA RELEASE OF EXTENSIONS: #28
I'm intentionally not documenting this, but, we've begun to slowly introduce extensions support into this Ruby gem. This includes things like tables and strikethroughs.
v0.10.0
- Update to CMark 0.26: #27
v0.9.0
- Include
Enumerable
into Node
: #24