Skip to content

Tags: sbergen/checkmark

Tags

v3.0.1

Toggle v3.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version in gleam.toml also (doh...) (#11)

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for extracting code segments into files (#9)

Also prepares for release of 3.0.0

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Complete rewrite for version 2 (#4)

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.

v0.1.0

Toggle v0.1.0's commit message
Get ready for publishing