Skip to content

Latest commit

 

History

History
197 lines (95 loc) · 11.2 KB

File metadata and controls

197 lines (95 loc) · 11.2 KB

CHANGELOG

Unreleased

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