|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [9.2.0](https://github.com/stevearc/conform.nvim/compare/v9.1.0...v9.2.0) (2025-12-14) |
| 4 | + |
| 5 | + |
| 6 | +### Features |
| 7 | + |
| 8 | +* Add "nightly" option to rustfmt ([#811](https://github.com/stevearc/conform.nvim/issues/811)) ([60df284](https://github.com/stevearc/conform.nvim/commit/60df2841734b420a48b380a19fdd22d8f637311d)) |
| 9 | +* add a formatter for meson.build files ([#783](https://github.com/stevearc/conform.nvim/issues/783)) ([5babc9e](https://github.com/stevearc/conform.nvim/commit/5babc9eb5c6bc43540813455154f85a382d6bd38)) |
| 10 | +* add json_repair formatter ([#787](https://github.com/stevearc/conform.nvim/issues/787)) ([be50cf3](https://github.com/stevearc/conform.nvim/commit/be50cf36acea84c17fe269eb228d1b2f53bca7f8)) |
| 11 | +* add mh_style ([#813](https://github.com/stevearc/conform.nvim/issues/813)) ([bfd4b33](https://github.com/stevearc/conform.nvim/commit/bfd4b3394ee150ef9b4cb1c1f046069959bd903d)) |
| 12 | +* add Oxfmt ([#818](https://github.com/stevearc/conform.nvim/issues/818)) ([4bb461b](https://github.com/stevearc/conform.nvim/commit/4bb461babc231e6c9d5cae418e2ab22ed772dd70)) |
| 13 | +* add pkl ([#803](https://github.com/stevearc/conform.nvim/issues/803)) ([4a9a734](https://github.com/stevearc/conform.nvim/commit/4a9a734ffb5eefbdea2438fad49ba0a150be5bea)) |
| 14 | +* add tclfmt ([#808](https://github.com/stevearc/conform.nvim/issues/808)) ([caf3c31](https://github.com/stevearc/conform.nvim/commit/caf3c314919af3ae36069bd94f7aa7ac88acb6cc)) |
| 15 | +* allow tmpfile to be created in a configurable directory ([#788](https://github.com/stevearc/conform.nvim/issues/788)) ([67fc160](https://github.com/stevearc/conform.nvim/commit/67fc160a07530c8b14dbcd44e01eecb02a69578d)) |
| 16 | +* formatter config can specify base formatter to extend ([#800](https://github.com/stevearc/conform.nvim/issues/800)) ([afce105](https://github.com/stevearc/conform.nvim/commit/afce105eb47b0869dfafdac90d82f02ef2419d61)) |
| 17 | +* **health:** set conform-info filetype in ConformInfo ([#812](https://github.com/stevearc/conform.nvim/issues/812)) ([6208aef](https://github.com/stevearc/conform.nvim/commit/6208aefd675939cc7c8f1a57176135974dad269f)) |
| 18 | +* **racket-lang:** add code formatter for Racket lang ([#797](https://github.com/stevearc/conform.nvim/issues/797)) ([9212032](https://github.com/stevearc/conform.nvim/commit/92120320b4b7c30d9cde79c11ddd3be4003deb6b)) |
| 19 | +* **tombi:** add `stdin-filename` arg ([#763](https://github.com/stevearc/conform.nvim/issues/763)) ([a0ab60e](https://github.com/stevearc/conform.nvim/commit/a0ab60ed666c56b37fd7ed1847d2ac52f2482ce0)) |
| 20 | + |
| 21 | + |
| 22 | +### Bug Fixes |
| 23 | + |
| 24 | +* **bake:** use command 'mbake' for bake formatter ([#796](https://github.com/stevearc/conform.nvim/issues/796)) ([0ea99ee](https://github.com/stevearc/conform.nvim/commit/0ea99ee01225617048125f8cc288599a95fddbdd)) |
| 25 | +* **biome:** respect buffer's expandtab/shiftwidth when no config file is found ([#746](https://github.com/stevearc/conform.nvim/issues/746)) ([016bc81](https://github.com/stevearc/conform.nvim/commit/016bc8174a675e1dbf884b06a165cd0c6c03f9af)) |
| 26 | +* **csharpier:** check if the dotnet command is available ([#772](https://github.com/stevearc/conform.nvim/issues/772)) ([18eea16](https://github.com/stevearc/conform.nvim/commit/18eea16e6330d1595545da8265eb660b304498c2)) |
| 27 | +* **d2:** format with temp file instead of stdin ([#779](https://github.com/stevearc/conform.nvim/issues/779)) ([e6f20ac](https://github.com/stevearc/conform.nvim/commit/e6f20ac675a5365f965f4df624cb54db699385e3)) |
| 28 | +* **fprettify:** fix config detection ([#816](https://github.com/stevearc/conform.nvim/issues/816)) ([ffe26e8](https://github.com/stevearc/conform.nvim/commit/ffe26e8df8115c9665d24231f8a49fadb2d611ce)) |
| 29 | +* **ghokin:** provide a filename argument ([#770](https://github.com/stevearc/conform.nvim/issues/770)) ([279388a](https://github.com/stevearc/conform.nvim/commit/279388a367f3420de7a4cfd238f37ccc2a4c8bd3)) |
| 30 | +* inserting lines at the beginning or end of a range ([#714](https://github.com/stevearc/conform.nvim/issues/714)) ([161f9f7](https://github.com/stevearc/conform.nvim/commit/161f9f7aeac6e4caf633791c7e3e182b07cded65)) |
| 31 | +* **jq:** limit indetion to [-1,7] ([#807](https://github.com/stevearc/conform.nvim/issues/807)) ([1bf8b5b](https://github.com/stevearc/conform.nvim/commit/1bf8b5b9caee51507aa51eaed3da5b0f2595c6b9)) |
| 32 | +* **jq:** use shiftwidth for indent ([#789](https://github.com/stevearc/conform.nvim/issues/789)) ([235dd79](https://github.com/stevearc/conform.nvim/commit/235dd79731c1dc51ec04abb4045cbc54727a172a)) |
| 33 | +* **mbake:** format using stdin ([#798](https://github.com/stevearc/conform.nvim/issues/798)) ([26c02e1](https://github.com/stevearc/conform.nvim/commit/26c02e1155a4980900bdccabca4516f4c712aae9)) |
| 34 | +* **rust:** edition matching logic ([#785](https://github.com/stevearc/conform.nvim/issues/785)) ([9d6f881](https://github.com/stevearc/conform.nvim/commit/9d6f881a4047a51c7709223dcf24e967633c6523)) |
| 35 | +* **rustfmt:** edition not found in workspace ([#747](https://github.com/stevearc/conform.nvim/issues/747)) ([c64cc75](https://github.com/stevearc/conform.nvim/commit/c64cc754ace603e185ab30113aaef174187eacf8)) |
| 36 | +* **swiftformat:** fix line range formatting ([#806](https://github.com/stevearc/conform.nvim/issues/806)) ([178b8f0](https://github.com/stevearc/conform.nvim/commit/178b8f0d70ee63db616a8b3bda637218eef121dd)) |
| 37 | +* **taplo:** add --stdin-filepath flag ([#771](https://github.com/stevearc/conform.nvim/issues/771)) ([3bad872](https://github.com/stevearc/conform.nvim/commit/3bad87250ed85246fe8c5bc10005ab5a6289ae4c)) |
| 38 | +* **terragrunt:** use new format subcommand ([#766](https://github.com/stevearc/conform.nvim/issues/766)) ([c3fe5a0](https://github.com/stevearc/conform.nvim/commit/c3fe5a073b21731317ebd7f3ffe8a632bafab163)) |
| 39 | +* **treefmt:** require config file ([#777](https://github.com/stevearc/conform.nvim/issues/777)) ([3bd9996](https://github.com/stevearc/conform.nvim/commit/3bd9996722026041d0fc966ca62590cbafd79410)) |
| 40 | + |
3 | 41 | ## [9.1.0](https://github.com/stevearc/conform.nvim/compare/v9.0.0...v9.1.0) (2025-08-22) |
4 | 42 |
|
5 | 43 |
|
|
0 commit comments