Skip to content

Releases: stevearc/conform.nvim

v2.2.0

31 Aug 02:30
860bd36
Compare
Choose a tag to compare

2.2.0 (2023-08-31)

Features

  • apply changes as text edits using LSP utils (#18) (92393f0)

v2.1.0

30 Aug 03:40
ca56b02
Compare
Choose a tag to compare

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

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)