Skip to content

Releases: stevearc/conform.nvim

v2.0.0

29 Aug 03:13
bf68b4a
Compare
Choose a tag to compare

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)

v1.1.0

28 Aug 03:35
b883fec
Compare
Choose a tag to compare

1.1.0 (2023-08-28)

Features

Bug Fixes

  • gracefully handle another timeout case (500d24d)
  • no need to save/restore window view (5bc69d5)

v1.0.0

26 Aug 00:01
7ea47ac
Compare
Choose a tag to compare

1.0.0 (2023-08-25)

Features

Bug Fixes

  • don't modify files when no styling changes (08b54ba)
  • ensure real buffer numbers get logged (33ee8ba)
  • notification when no formatters available (a757225)
  • set a cwd for stylua (a22781e)