Skip to content

Releases: rhinoman/go-commonmark

go-commonmark 0.26.1

16 Jul 23:49
Compare
Choose a tag to compare

Updated to cmark 0.26.1. See release notes here
Also includes cmark 0.26.0. See those release notes here

go-commonmark 0.25.2

27 Mar 00:04
Compare
Choose a tag to compare

Changes

  • Updated to cmark 0.25.2
    • Mostly internal changes. See cmark release notes here.
  • SetUserNodeData and GetUserNodeData now take and return strings rather than interface{}. This change was made mostly to comply with cgo restrictions implemented with Go 1.6.

go-commonmark 0.24.1

18 Jan 21:45
Compare
Choose a tag to compare

Updated to cmark 0.24.1

go-commonmark 0.24.0

14 Jan 01:50
Compare
Choose a tag to compare

Updated to cmark 0.24.0

API Changes:

  • Added function (newNode *CMarkNode) Replace(oldNode *CMarkNode) bool to Node API

See cmark 0.24.0 release notes for more details.

go-commonmark 0.23.0

30 Dec 01:44
Compare
Choose a tag to compare

Integrated cmark 0.23.0

API Changes

  • CMARK_NODE_CUSTOM_BLOCK and CMARK_NODE_CUSTOM_INLINE node types added
  • CMARK_NODE_HEADER renamed to CMARK_NODE_HEADING
  • CMARK_NODE_INLINE_HTML renamed to CMARK_NODE_HTML_INLINE
  • CMARK_NODE_HRULE renamed to CMARK_NODE_THEMATIC_BREAK
  • Added functions GetOnEnter(), GetOnExit(), SetOnEnter() and SetOnExit() to the Node API

See the release notes for cmark 0.23.0 for full list of changes (there are many)

go-commonmark 0.22.0

26 Aug 00:19
Compare
Choose a tag to compare

Integrates cmark 0.22

go-commonmark 0.21.0

15 Jul 01:55
Compare
Choose a tag to compare

Updated to cmark 0.21.0

go-commonmark 0.20.0

08 Jun 22:35
Compare
Choose a tag to compare

Updated go-commonmark to cmark 0.20.0.

Minimal interface changes:

  • Switched length parameter on cmark_markdown_to_html, cmark_parser_feed, and cmark_parse_document from int to size_t

go-commonmark 0.19.0

30 Apr 10:04
Compare
Choose a tag to compare

Updated to cmark 0.19.0. Mostly internal changes to support CommonMark spec updates.

See https://github.com/jgm/cmark/releases/tag/0.19.0 for more details

go-commonmark 0.18.3

06 Apr 23:57
Compare
Choose a tag to compare

Incorporates a few minor bug fixes from cmark 0.18.3