Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 4.4 KB

File metadata and controls

50 lines (31 loc) · 4.4 KB

CHANGELOG

Unreleased

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