Releases: stevearc/conform.nvim
Releases · stevearc/conform.nvim
v4.2.0
v4.1.0
4.1.0 (2023-11-05)
Features
- add
ast-grep
(#177) (fa3cf1c) - add CSharpier (#165) (b2368ff)
- add markdownlint-cli2 (#171) (9bb3a94)
- add mdslw markdown formatter (#175) (369c7fe)
- add pretty-php (#161) (4653408)
- add puppet-lint formatter (#153) (0219648)
- add tlint (#162) (2538784)
- add usort (#167) (f7766d2)
- allow formatters_by_ft to be a function (#174) (0bbe838)
- gn build file format cmd (#155) (3716927)
- zprint formatter for clojure (#146) (2800552)
Bug Fixes
v4.0.0
4.0.0 (2023-10-16)
⚠ BREAKING CHANGES
- merge configs in conform.formatters with defaults (#140)
Features
- add blade-formatter (#136) (f90b222)
- add blue formatter (#142) (a97ddff)
- Add config for laravel/pint (#144) (43414c8)
- add goimports-reviser (#143) (3fcebb0)
- add ktlint (#137) (8b02f47)
- add rufo support (#132) (aca5d30)
- merge configs in conform.formatters with defaults (#140) (7027ebb)
- support for rubyfmt (#139) (ae33777)
Bug Fixes
v3.10.0
3.10.0 (2023-10-09)
Features
- add easy-coding-standard (#121) (e758196)
- add fixjson (#126) (280360e)
- add justfile formatter (#114) (4c91b52)
- errors do not stop formatting early (a94f686)
- expose configuration options for injected formatter (#118) (ba1ca20)
Bug Fixes
- biome: do not use stdin due to biome bug (#120) (e5ed063)
- catch and fix more cases of bad-behaving LSP formatters (#119) (9bd1690)
- handle one failure mode with range formatting (#123) (b5a2da9)
- injected formatter handles markdown code blocks in blockquotes (#117) (0bffab5)
- move justfile formatter to correct directory (8217144)