Releases: azzamsa/gelatyx
Releases · azzamsa/gelatyx
v0.3.0
v0.2.1
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, 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)