|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [9.2.0](https://github.com/stevearc/conform.nvim/compare/v9.1.0...v9.2.0) (2025-10-22) |
| 4 | + |
| 5 | + |
| 6 | +### Features |
| 7 | + |
| 8 | +* 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)) |
| 9 | +* add json_repair formatter ([#787](https://github.com/stevearc/conform.nvim/issues/787)) ([be50cf3](https://github.com/stevearc/conform.nvim/commit/be50cf36acea84c17fe269eb228d1b2f53bca7f8)) |
| 10 | +* 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)) |
| 11 | +* **tombi:** add `stdin-filename` arg ([#763](https://github.com/stevearc/conform.nvim/issues/763)) ([a0ab60e](https://github.com/stevearc/conform.nvim/commit/a0ab60ed666c56b37fd7ed1847d2ac52f2482ce0)) |
| 12 | + |
| 13 | + |
| 14 | +### Bug Fixes |
| 15 | + |
| 16 | +* **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)) |
| 17 | +* **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)) |
| 18 | +* **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)) |
| 19 | +* **ghokin:** provide a filename argument ([#770](https://github.com/stevearc/conform.nvim/issues/770)) ([279388a](https://github.com/stevearc/conform.nvim/commit/279388a367f3420de7a4cfd238f37ccc2a4c8bd3)) |
| 20 | +* 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)) |
| 21 | +* **jq:** use shiftwidth for indent ([#789](https://github.com/stevearc/conform.nvim/issues/789)) ([235dd79](https://github.com/stevearc/conform.nvim/commit/235dd79731c1dc51ec04abb4045cbc54727a172a)) |
| 22 | +* **rust:** edition matching logic ([#785](https://github.com/stevearc/conform.nvim/issues/785)) ([9d6f881](https://github.com/stevearc/conform.nvim/commit/9d6f881a4047a51c7709223dcf24e967633c6523)) |
| 23 | +* **rustfmt:** edition not found in workspace ([#747](https://github.com/stevearc/conform.nvim/issues/747)) ([c64cc75](https://github.com/stevearc/conform.nvim/commit/c64cc754ace603e185ab30113aaef174187eacf8)) |
| 24 | +* **taplo:** add --stdin-filepath flag ([#771](https://github.com/stevearc/conform.nvim/issues/771)) ([3bad872](https://github.com/stevearc/conform.nvim/commit/3bad87250ed85246fe8c5bc10005ab5a6289ae4c)) |
| 25 | +* **terragrunt:** use new format subcommand ([#766](https://github.com/stevearc/conform.nvim/issues/766)) ([c3fe5a0](https://github.com/stevearc/conform.nvim/commit/c3fe5a073b21731317ebd7f3ffe8a632bafab163)) |
| 26 | +* **treefmt:** require config file ([#777](https://github.com/stevearc/conform.nvim/issues/777)) ([3bd9996](https://github.com/stevearc/conform.nvim/commit/3bd9996722026041d0fc966ca62590cbafd79410)) |
| 27 | + |
3 | 28 | ## [9.1.0](https://github.com/stevearc/conform.nvim/compare/v9.0.0...v9.1.0) (2025-08-22) |
4 | 29 |
|
5 | 30 |
|
|
0 commit comments