Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jan 16:11
· 15 commits to master since this release
v0.2.0

Features

  • Accept reading input from a file (53e34ff)
  • Get line and column of error position (5eca6e8)
  • Print fancy error message on error (4adb459)
  • Better error message (653f170)

Bug fixes

  • Respect user's color choice (d011f5e)
  • Exit code should be non-zero if any files had errors or were not formatted (00a1bd1)
  • Change the input files as direct argument (cacfbdc)
    • BREAKING! ⚠️ : this change the previous argument, where language is
      the direct argument. Now it is the file input. I see this pattern is
      more common than the previous design.
  • Return error code on formatting failure (7c82da2)
  • Remove the feature flag (5d36ac8)
  • Migrate to clap derive API (65dad31)
  • Exit code as enum is more readable than integer (5f8e74f)