Skip to content

Releases: elixir-tools/credo-language-server

v0.3.0

28 Jul 15:42
106be24
Compare
Choose a tag to compare

0.3.0 (2023-07-28)

Features

  • add code action for the ParenthesesOnZeroArityDefs check (#76) (f846c9d)

v0.2.0

27 Jun 02:49
820e655
Compare
Choose a tag to compare

0.2.0 (2023-06-27)

Features

Bug Fixes

v0.1.3

23 Jun 22:18
624ba90
Compare
Choose a tag to compare

0.1.3 (2023-06-23)

Bug Fixes

v0.1.2

11 Jun 20:10
1dbc516
Compare
Choose a tag to compare

0.1.2 (2023-06-11)

Bug Fixes

  • improve credo-language-server binary (#61) (218873a)

v0.1.1

11 Jun 15:11
83db0fe
Compare
Choose a tag to compare

0.1.1 (2023-06-11)

Bug Fixes

  • set -S for shebang in bin/credo-language-server (#56) (074c895)

v0.1.0

09 Jun 03:32
686f894
Compare
Choose a tag to compare

0.1.0 (2023-06-09)

Miscellaneous Chores

v0.1.0-rc.3

07 Jun 03:48
2256a6c
Compare
Choose a tag to compare
v0.1.0-rc.3 Pre-release
Pre-release

What's Changed

  • feat: log runtime errors to the client by @mhanberg in #48
  • fix: wait for runtime to be ready before handling some notifications by @mhanberg in #49
  • feat: replace deps.compile with deps.loadpaths by @mhanberg in #50
  • feat: include more data in diagnostic by @mhanberg in #52

Full Changelog: v0.1.0-rc.2...v0.1.0-rc.3

v0.1.0-rc.2

06 Jun 12:11
1becce2
Compare
Choose a tag to compare
v0.1.0-rc.2 Pre-release
Pre-release

What's Changed

  • fix: use MIX_BUILD_ROOT by @mhanberg in #45
  • feat!: change Readability and Consistency diagnostic severity to hint by @mhanberg in #47

Full Changelog: v0.1.0-rc.1...v0.1.0-rc.2

v0.1.0-rc.1

04 Jun 22:03
705cb9d
Compare
Choose a tag to compare
v0.1.0-rc.1 Pre-release
Pre-release
  • Include priv dir when publishing

Full Changelog: v0.1.0-rc.0...v0.1.0-rc.1

v0.1.0-rc.0

04 Jun 21:39
d322385
Compare
Choose a tag to compare
v0.1.0-rc.0 Pre-release
Pre-release

What's Changed

  • Add helix instructions by @alanvardy in #30
  • feat: isolated node by @mhanberg in #32
    • Allows custom checks and plugins to be used.
    • Omitted mentioning various followup bug fixes

New Contributors

Full Changelog: v0.0.5...v0.1.0-rc.0