All Versions
11
Latest Version
Avg Release Cycle
76 days
Latest Release
1678 days ago

Changelog History
Page 1

  • v0.2.2 Changes

    September 16, 2020

    Pulls in upstream changes:

    🛠 Fix pathological table parsing (GHSA-7gc6-9qr5-hc85)

  • v0.2.1

    November 15, 2019
  • v0.2.0 Changes

    April 09, 2019

    Pulls in upstream changes:

    cmark 0.6 (08 Apr 2019)

    • ⚡️ Update to cmark 0.29.0.
    • 0️⃣ Export optUnsafe. Note that the default is now to suppress
      potentially unsafe HTML; set optUnsafe to return to the old behavior.
  • v0.1.8 Changes

    March 14, 2019

    Pulls in upstream changes:

    cmark 0.5.6.3 (13 Mar 2019)

    • 👉 Use snoc instead of <> to add the null terminator.

    cmark 0.5.6.2 (13 Mar 2019)

    • Ensure that withtext adds a null terminator (jgm#14).
      🛠 This fixes a regression due to PR jgm#13, which caused
      random content to appear in rendered TEXT nodes.
  • v0.1.7 Changes

    March 12, 2019
    • ⚡️ Update to cmark-gfm 0.28.3.gfm.20.

    Also pulls in upstream changes:

    cmark 0.5.6.1 (11 Mar 2019):

    🛠 Fix CString memory leaks (Anders Kaseorg). The renderer functions return
    🆓 a malloc’d string which the caller is expected to free.

    🛠 Fix use-after-free bugs (Anders Kaseorg). useAsCString frees the
    CString after the IO action finishes executing, so passing return as that
    action can never be correct. To make sure the CString gets freed at the
    💅 right time, we need a “with”-style abstraction, not just a conversion
    function. While we’re here replace this with withCStringLen, which also
    👉 makes fewer copies.

    👉 Show node type on error for unknown node type.

  • v0.1.6 Changes

    March 12, 2019
    • ⚡️ Update to cmark-gfm 0.28.3.gfm.18.
    • optUnsafe is now exposed, instead of optSafe.
  • v0.1.5 Changes

    August 21, 2018
    • ⚡️ Update to cmark-gfm 0.28.3.gfm.15.
    • 🛠 Fix build with system cmark-gfm (Felix Yan, #9).
  • v0.1.4 Changes

    August 21, 2018
    • Extensions work correctly on big-endian systems (Ilias Tsitsimpis, #7).
  • v0.1.3 Changes

    August 21, 2018
    • ⚡️ Update to cmark-gfm 0.28.0.gfm.6.
  • v0.1.2 Changes

    August 21, 2018
    • ⚡️ Update to cmark-gfm 0.28.0.gfm.5.