Skip to content

Releases: sbergen/checkmark

v3.0.1

08 Dec 17:45
25e3755

Choose a tag to compare

Fixes a bug, where empty lines from Gleam snippets were not used with checks. Also improves documentation.

v3.0.0 - Comment and snippet support!

07 Dec 21:44
ad5fe4e

Choose a tag to compare

This is a mostly backwards compatible release, as the only breaking change is adding new error variants.

Deprecated

  • file was deprecated for clarity reasons. Use document instead.

Added

  • Adds support for replacing snippets in code comments, using comments_in instead of document.
  • Adds support using functions, function bodies, or type definitions as content to be checked or updated.

Full rewrite to version 2

02 Aug 19:11
78b0311

Choose a tag to compare

This is a complete rewrite. Instead of checking or running gleam code via checkmark, checkmark can now either check that a snippet matches the content in a file, or update the markdown file with the content.

Dependencies have also been simplified, and the parsing of the markdown file no longer uses the package it used to, as it had some issues in it, and doesn't seem to be actively maintained.