Changelog
Features
- we now traverse untracked files in the git walker.
- a new
-q|--quiet
flag has been added which will suppress all output except for errors. - for users who don't quiet need
treefmt-nix
but still want to configuretreefmt
with nix, there are now
treefmt.withConfig
andtreefmt.buildConfig
helper functions exposed directly from the package itself (NixOS/nixpkgs#390147).
Bugfixes
- we now ignore symlinks when traversing.
- static shell completions should now work for
bash
,zsh
andfish
, and can be generated with
treefmt --completion <bash|zsh|fish>
. - improved error reporting if a formatter command cannot be found.
- we no longer hang for 10 seconds when
stderr
is a dumbtty
.
Nixpkgs PR Tracker
https://nixpkgs-tracker.ocfox.me/?pr=394906
Changelog
- 621144f: better error if command cannot be found (@Mic92)
- 855eb9a: docs(README): update motivation (@zimbatm)
- f4336fd: feat(docs): auto-generate usage snippet (@brianmcgee)
- 583681d: feat(docs): improve docs package (@brianmcgee)
- 5861604: feat(docs): refine setup (@brianmcgee)
- 3828aaf: feat(docs): rename content directory to site (@brianmcgee)
- b0731a2: feat: add
withConfig
&buildConfig
from nixpkgs (@MattSturgeon) - 10c9a72: feat: add a quiet flag to suppress all output except for errors (@brianmcgee)
- b76d839: feat: change default log level for unmatched to INFO instead of WARN (@brianmcgee)
- 43f943f: feat: enforce formatter name format (@brianmcgee)
- 30e1ecd: feat: improve error handling in format Run method (@brianmcgee)
- d182c6d: feat: log the config file used at DEBUG level instead of INFO (@brianmcgee)
- 21cefd7: feat: print stats to stderr instead of stdout (@brianmcgee)
- 9662ee6: feat: traverse untracked files in git walker (@brianmcgee)
- d17a8d6: feat: update to go 1.24 (@brianmcgee)
- e90b952: fix(go): update termenv to v0.16.0 (@zimbatm)
- d82a9fc: fix: bad usage of require.Errorf (@brianmcgee)
- ce65379: fix: ignoring symlinks (#528) (@gabyx)
- bbf3177: fix: move path resolution logging to debug instead of error (@brianmcgee)
- 2503227: fix: shell completions (@brianmcgee)