Skip to content

Releases: theacodes/cmarkgfm

January 14th, 2024

14 Jan 15:10
35b4c33
Compare
Choose a tag to compare

What's Changed

  • update cmark-gfm (0.29.0.gfm.6 -> 0.29.0.gfm.13) by @danigm in #63
  • Build Python 3.12 wheels by @madig in #65

New Contributors

Full Changelog: 2022.10.27...2024.1.14

October 27th, 2022

26 Oct 22:12
Compare
Choose a tag to compare
  • Build wheels for Python 3.11
  • Update cmark-gfm from 0.29.0.gfm.3 to 0.29.0.gfm.6

October 26th, 2022

26 Oct 17:51
Compare
Choose a tag to compare
  • Create wheels for Python 3.11

March 4th, 2022

05 Mar 02:36
Compare
Choose a tag to compare
  • Updated cmark to 0.29.0.gfm.3
  • Switched to calendar versioning

0.7.0

14 Dec 02:22
Compare
Choose a tag to compare
  • Create wheels for Python 3.10
  • Drop support for Python 2.7 and 3.5

0.6.0

01 Jul 10:38
Compare
Choose a tag to compare

The output generated by cmarkgfm.github_flavored_markdown_to_html for code blocks has changed to be in line with that of github.com.
This change may break existing css rules as code blocks were generated differently for cmarkgfm<0.6.0.

-        <pre><code class="language-python">print('hello')
+        <pre lang="python"><code>print('hello'
         </code></pre>

Thank you @nschloe for this contribution.

0.5.3

12 Mar 12:06
Compare
Choose a tag to compare
  • Add support for Linux aarch64
  • Update to cibuildwheel==v1.10.0

Thank you @odidev for this contribution

0.5.2

31 Dec 14:21
a7e5531
Compare
Choose a tag to compare
  • Enable tasklist extension

Thank you @Andrew-Chen-Wang

0.5.1

13 Dec 15:01
7e124fc
Compare
Choose a tag to compare
  • Wheels are now generated using cibuildwheel with GitHub Actions
  • Add support for Python 3.9
  • Document deprecation of Python 2.7 (no longer supported on Windows)

This release has no functional changes compared to 0.5.0.

Thank you @fruch for the help with cibuildwheel and thank you @theacodes for on-boarding me as a maintainer.

0.5.1-alpha2: Ci Build Fix (#29)

10 Dec 23:32
6fcbb1b
Compare
Choose a tag to compare
Pre-release
bump to version 0.5.1a2 to test ci release