Skip to content

Latest commit

 

History

History
318 lines (147 loc) · 16.5 KB

CHANGELOG.md

File metadata and controls

318 lines (147 loc) · 16.5 KB

CHANGELOG

Unreleased

0.16.0 (2024-07-10)

Features

  • projectionist: allow disabling the projectionist integration (#221) (057f6e5)

Bug Fixes

  • nvim test runner breaking changes (057f6e5)
  • projectionist: do not overwrite existing projections (057f6e5)

0.15.0 (2024-07-05)

Features

  • deprecate Credo Language Server (63a9920)

0.14.3 (2024-06-14)

Bug Fixes

0.14.2 (2024-05-23)

Bug Fixes

  • elixirls: only refresh for the current buffer (d04320b)

0.14.1 (2024-05-23)

Bug Fixes

  • elixirls: properly setup codelens autocmd (5945e44)

0.14.0 (2024-05-02)

Features

Bug Fixes

  • nextls: only activate for valid buffers (76d6025)

0.13.2 (2024-03-08)

Bug Fixes

  • correct spelling of Next LS (972c66e)

0.13.1 (2024-03-08)

Bug Fixes

0.13.0 (2024-02-26)

Features

  • nextls: to-pipe, from-pipe subcommand (#180) (5705ab1)

0.12.1 (2024-02-14)

Bug Fixes

  • set spitfire var to correct value (55a5112)

0.12.0 (2024-02-14)

Features

  • nextls: enable spitfire option (42aec43)

0.11.2 (2024-02-14)

Bug Fixes

0.11.1 (2023-12-30)

Bug Fixes

0.11.0 (2023-11-10)

Features

Bug Fixes

0.10.1 (2023-10-02)

Bug Fixes

  • receive correct json responses from curl (#173) (99d2a27)

0.10.0 (2023-10-02)

Features

0.9.4 (2023-09-14)

Bug Fixes

  • nextls: correctly find root dir (d89d774)

0.9.3 (2023-09-14)

Bug Fixes

  • correct logic for identifying default cmd(#169) (252c3e5)

0.9.2 (2023-09-04)

Bug Fixes

  • activate nextls when it detects a mix.exs file (#165) (061d7ad)

0.9.1 (2023-08-21)

Bug Fixes

  • nextls: correctly set autoupdate flag (#162) (2c1239f)

0.9.0 (2023-08-21)

Features

  • :Elixir command with subcommands and completions (#160) (c4e1db5)
  • nextls: enable auto update (#159) (af1b5a8)

0.8.1 (2023-08-10)

Bug Fixes

0.8.0 (2023-08-09)

Features

0.7.2 (2023-08-01)

Bug Fixes

  • elixir-tools does not load when Github Rate Limit reached (#151) (de6d046)

0.7.1 (2023-07-28)

Bug Fixes

  • workspace/didChangeWatchedFiles on nvim stable (088bb2d), closes #148

0.7.0 (2023-07-28)

Features

  • nextls: reuse client correctly for workspace folders (22fe478)

Bug Fixes

  • connect to eelixir, heex, and surface filetypes (f5da7e3)

0.6.6 (2023-07-20)

Bug Fixes

0.6.5 (2023-06-26)

Bug Fixes

  • ensure elixir-tool.nvim cache dir exists (5a3f6f3)

0.6.4 (2023-06-25)

Bug Fixes

0.6.3 (2023-06-25)

Bug Fixes

0.6.2 (2023-06-25)

Bug Fixes

  • cache latest release and fallback to it if call to GitHub fails (#130) (a33bb62)

0.6.1 (2023-06-21)

Bug Fixes

  • elixirls: allow overriding handlers (2fa5e75)

0.6.0 (2023-06-21)

Features

  • elixir,treesitter: highlight arg to Repo.query! as SQL (4464531)
  • elixirls: bump ElixirLS (1014838)

0.5.1 (2023-06-15)

Bug Fixes

  • nextls: only start if explicitly enabled (#126) (40877be)

0.5.0 (2023-06-14)

Features

0.4.0 (2023-06-11)

Features

Bug Fixes

  • credo: use -S in shebang line (#122) (6d8cbe9)
  • projectionist: don't append live to file and module name (#121) (e504b87)

0.3.0 (2023-06-08)

Features

Bug Fixes

  • correctly fetch path to credo-language-server (#65) (8f40d76), closes #64
  • credo-language-server is installed quietly (#115) (6f59909)
  • credo: correctly handle umbrella apps and monorepos (#77) (86bda38), closes #76
  • improve BufEnter performance (#87) (08b7843)
  • only start credo if it finds a mix.exs with credo in it (#68) (43c2288)
  • remove leading 'v' in latest version (#116) (945d161)
  • umbrella app detection (#88) (a17c863)

v0.2.0

  • credo-language-server support
  • Set the commentstring for the surface filetype.
  • can disable ElixirLS and credo-language-server with the enable option.

v0.1.0

Initial Release