All notable changes to this project will be documented in this file.
- Verbose mode (50e3713)
- Reword description (6c0be77)
- 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)
- 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, wherelanguage
is the direct argument. Now it is the file input. I see this pattern is more common than the previous design.
- BREAKING!
- 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)
- Configuration for language formatter (bc37b30)