Features
formatter.stdin-optionsfor invoking formatters in stdin mode (#586)- look for config file in
.configsubdirectory (#669) - upgrade
charmbracelet/logtov2; no more OSC colour queries, fixes 10s
hang under lefthook/pre-commit hooks (#697)
Bugfixes
- use-after-free on bbolt mmap-backed cache slice (#696)
- correctly detect if a path is inside the project root (#700)
- don't append options and stdin-options (#718)
Nixpkgs Tracker
https://nixpkgs-tracker.ocfox.me/?pr=558500
Changelog
- 17bae6b: Add a Stdin Specification (@jfly)
- 58fbadc: feat: add
formatter.stdin-optionsto invoke formatters in stdin mode (@jfly) - e653285: feat: look for config file in
.configsubdirectory (@brianmcgee) - 309f845: feat: refine renovate config (@brianmcgee)
- 6e0d325: feat: upgrade charmbracelet/log to v2 (@brianmcgee)
- 6854b8c: fix: correctly detect if a path is inside the project root or not (@jfly)
- 0092aa7: fix: don't append
optionsandstdin-options(@jfly) - fee96d7: fix: renovate config (@brianmcgee)
- 9eadcac: fix: use-after-free on bbolt mmap-backed cache slice (@Enzime)
- 2f450d3: stdin-spec: remove useless
<path>expression (@jfly)