Skip to content

0.18.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Dec 19:44
· 19 commits to main since this release
  • Changed to only generating the .gleam output if the .matcha file has a newer modified timestamp than the .gleam
    file. This avoids constantly regenerating the output files which in turn avoids messing up the formatting if the
    output file had been formatted.

    Thank you to @perrygeo for noticing and fixing the issue.

  • Switched from structopt to clap for command line options parsing. This should be transparent to the user.