Skip to content

Latest commit

 

History

History
92 lines (45 loc) · 3.78 KB

CHANGELOG.md

File metadata and controls

92 lines (45 loc) · 3.78 KB

CHANGELOG

0.3.0 (2023-07-28)

Features

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

0.2.0 (2023-06-27)

Features

Bug Fixes

0.1.3 (2023-06-23)

Bug Fixes

0.1.2 (2023-06-11)

Bug Fixes

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

0.1.1 (2023-06-11)

Bug Fixes

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

0.1.0 (2023-06-09)

Miscellaneous Chores

0.1.0-rc.3

  • 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

0.1.0-rc.2

  • feat!: Changed Readability and Consistency check diagnostics from hint to information severity.

  • fix: build to correct alternate location

    The new runtime will compile artifacts to a new .elixir-tools directory in your project root. This should be added to the .gitignore

0.1.0-rc.1

  • Include priv dir when publishing

0.1.0-rc.0

  • Custom check/plugin compatibility

v0.0.5

  • Correctly shut down and do not leave zombie processes #28

v0.0.4

  • Now reports progress when checking for issues

v0.0.3

  • Code Action: Insert @moduledoc false to fix Credo.Check.Readability.ModuleDoc

v0.0.2

  • Correctly set Credo's working directory.

v0.0.1

Initial Release