Releases: sbergen/checkmark
Releases · sbergen/checkmark
v3.0.1
v3.0.0 - Comment and snippet support!
This is a mostly backwards compatible release, as the only breaking change is adding new error variants.
Deprecated
filewas deprecated for clarity reasons. Usedocumentinstead.
Added
- Adds support for replacing snippets in code comments, using
comments_ininstead ofdocument. - Adds support using functions, function bodies, or type definitions as content to be checked or updated.
Full rewrite to version 2
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.