Skip to content

Releases: PapyChacal/filecheckize

v0.2

04 Nov 14:56
29b747b
Compare
Choose a tag to compare
  • Add spacing by default and --compact-output for compatibility (#7)
  • Comments-related QoL flags (#8)
    • --strip-comments now takes an optional argument to strip comments given a custom comment prefix. (e.g., --strip-comments # will strip lines starting by # from the input). It defaults to // for compatibility.
    • --comment-prefix, which was used for the above functionality, now enables choosing a comment prefix for the output

v0.1

02 Jul 16:00
fce0f4e
Compare
Choose a tag to compare
  • Add Python 3.12 support.
  • Add --xdsl-anonymize, similar to --mlir-anonymize, but keeping named values explicit.
  • Update dependencies.

v0.0.1

15 Sep 12:28
Compare
Choose a tag to compare

Initial release.