Skip to content

Releases: stevearc/conform.nvim

v8.1.0

10 Sep 17:53
5064964
Compare
Choose a tag to compare

8.1.0 (2024-09-10)

Features

Bug Fixes

v8.0.0

30 Aug 23:56
0ebe875
Compare
Choose a tag to compare

8.0.0 (2024-08-20)

⚠ BREAKING CHANGES

  • Require Neovim 0.10+

Code Refactoring

v7.1.0

16 Aug 05:02
8b5e13c
Compare
Choose a tag to compare

7.1.0 (2024-08-16)

Features

Bug Fixes

  • djlint: remove default indentation arguments (#517) (38e5f06)
  • docformatter: update exit_codes, 3 is correct in in-place formatting (#518) (667102f)
  • nixfmt: update repo link and description (#505) (2122fe2)
  • sqlfluff: don't assume ansi dialect and require config (#519) (bb10949)

v7.0.0

23 Jul 16:18
acc7337
Compare
Choose a tag to compare

7.0.0 (2024-07-23)

⚠ BREAKING CHANGES

  • drop support for nvim 0.8

cleanup

  • drop support for nvim 0.8 (54ea60d)

Features

  • add sleek, a SQL formatter (#496) (8925292)
  • allow configuring conform.format() args on a per-filetype basis (3a0e9b4)
  • allow customizing format() defaults (d7de350)
  • deprecate will_fallback_lsp in favor of list_formatters_to_run (1b590cd)
  • format parameter to only run the first available formatter (0b3d259)
  • notify when no formatters available for a buffer (8c226d9)

Bug Fixes

  • crash in nvim-notify (c16c749)
  • ensure only expected options get passed through (834d42c)
  • warn user when they are attempting unsupported behavior (8b0e62b)

v6.1.0

19 Jul 15:40
ae213f5
Compare
Choose a tag to compare

6.1.0 (2024-07-19)

Features

Bug Fixes

  • biome-check: use --write instead of deprecated --apply (#482) (0cdd6a7)
  • display stdout as error message if stderr is empty (#486) (310e2e9)
  • npm-groovy-lint: ignore exit code 1 (#477) (c26dadf)
  • shfmt: don't pass indentation if .editorconfig is present (#492) (acc7d93)

v6.0.0

25 Jun 03:29
60e6fbd
Compare
Choose a tag to compare

6.0.0 (2024-06-25)

⚠ BREAKING CHANGES

  • expand options for LSP formatting (#456)

Features

Bug Fixes

  • deprecate typstfmt formatter (#458) (6e5d476)
  • LSP fallback behavior when formatters not availble (bde3bee)

v5.9.0

12 Jun 17:56
797d1f6
Compare
Choose a tag to compare

5.9.0 (2024-06-10)

Features

Bug Fixes

  • always add cwd to debug logs (44879ff)
  • dprint: add support for binary in node_modules (#422) (b1285c7)
  • format-queries: update query formatter for breaking changes in nvim-treesitter (7159a23)
  • improve error message when formatter config is missing (3f61023)
  • rustfmt: add a default cwd when config file is detected (#419) (355049b)
  • set correct file extension for unsaved buffer temp files (#440) (88b699b)
  • use vim.fs.root in neovim 0.10 (584adfe)

v5.8.0

22 May 19:36
9b26e81
Compare
Choose a tag to compare

5.8.0 (2024-05-22)

Features

v5.7.0

16 May 17:46
da5c6ac
Compare
Choose a tag to compare

5.7.0 (2024-05-16)

Features

Bug Fixes

  • biome-check: use safe fixes (#373) (500a6ae)
  • biome: support biome.jsonc file (#394) (3cd1135)
  • handle windows line ending when config.stdin is true (#361) (820eec9)
  • isort: explicitly pass line endings (#395) (a3e3e0e)
  • lazily compute relative filepath (40faaa8)
  • mix: allow mix formatter to format different filetypes (#389) (12b3995)
  • prettierd: correctly find prettierd executable on windows (#378) (a6965ac)
  • refactor deprecated methods in neovim 0.10 (7a205c9)
  • util: new function throwing an error when the given extended value is nil (#385) (4660e53)
  • warning messages for improper async in format_on_save (#401) (59d0dd2)
  • windows: assertion failure when computing relative path (#400) (4f0cdf0)

v5.6.0

28 Mar 03:26
9d5ba06
Compare
Choose a tag to compare

5.6.0 (2024-03-28)

Features

Bug Fixes

  • injected: ignore indentation of final whitespace line (#340) (0a530b3)
  • terraform_fmt: do not output color escape codes (#354) (f3363ad)
  • use --force-exclude with Ruff (#348) (93f3d4c)