Releases: stevearc/conform.nvim
Releases · stevearc/conform.nvim
v2.2.0
v2.1.0
2.1.0 (2023-08-30)
Features
- add golines (#11) (e1d68a5)
- add perlimports (#13) (e6e99af)
- add perltidy (#12) (882b759)
- add shellharden (#14) (863fb46)
- add support for environment variables (#8) (03a37f1)
- display last few lines of the log file in :ConformInfo (c9327f2)
- formatter config function is passed the buffer number (#9) (8b2a574)
- notify when formatter errors, and add notify_on_error config option (#16) (08dc913)
Bug Fixes
v2.0.0
2.0.0 (2023-08-29)
⚠ BREAKING CHANGES
- remove ability for formatter list to disable autoformat
Features
- can silence notification when running formatters (#7) (a4d793e)
- ConformInfo command for debugging formatter status (1fd547f)
- range formatting (cddd536)
Bug Fixes
- don't show 'no formatters' warning if none configured (9376d37)
- keep window position stable when LSP formatting (90e8a8d)
- remove unnecessary notify (6082883)
- stable ordering when specifying multiple formatters (69c4495)
Code Refactoring
- remove ability for formatter list to disable autoformat (d508ae8)