v0.2.1
This release adds support for running path local formatters (binaries installed through npm/composer/etc.).
It also adds support for 27 more formatters/linters.
What's Changed
- feat: add support for prisma format by @hougesen in #338
- style: use super for importing formatters in test by @hougesen in #341
- refactor: remove mut from command by @hougesen in #342
- feat: run command through pnpm dlx by @hougesen in #343
- build(deps): bump log to 0.4.22 by @hougesen in #344
- refactor: use sha256 instead of built in hash by @hougesen in #345
- feat: add support for running directory local formatters by @hougesen in #346
- build(deps): bump clap to 4.5.8 by @hougesen in #347
- build(deps): bump clap_complete to 4.5.7 by @hougesen in #348
- feat: support jsonnetfmt by @hougesen in #349
- feat: add support for ameba by @hougesen in #350
- feat: add support hfmt by @hougesen in #351
- feat: support brittany by @hougesen in #352
- feat: support pycln by @hougesen in #353
- feat: support dhall format by @hougesen in #354
- feat: support floskell by @hougesen in #355
- feat: support qmlfmt by @hougesen in #356
- feat: support packer fmt by @hougesen in #357
- fix: change mdsf-cache gitignore by @hougesen in #358
- test: auto-optional by @hougesen in #359
- test: grain format by @hougesen in #361
- test: autoflake by @hougesen in #360
- test: typos by @hougesen in #362
- test: xo by @hougesen in #363
- test: zprint by @hougesen in #364
- test: yew-fmt by @hougesen in #365
- test: verify veryl fmt works by @hougesen in #366
- fix: don't check if binary in path if current_dir is not set by @hougesen in #367
- fix: run local binary correctly by @hougesen in #369
- test: css-beautify by @hougesen in #370
- test: html-beautify by @hougesen in #371
- test: htmlbeautifier by @hougesen in #372
- docs: add formatter request snippet by @hougesen in #373
- feat: add support for csscomb by @hougesen in #374
- feat: add support for stylefmt by @hougesen in #375
- feat: support topiary by @hougesen in #376
- feat(nim): support nph by @hougesen in #377
- feat(formatter): supprt refmt by @hougesen in #378
Full Changelog: v0.2.0...v0.2.1