0.3.0 (2023-07-28)
0.2.0 (2023-06-27)
- bump gen_lsp 0.3 (#69) (0fb8180), closes #68
- set Runtime.call/2 timeout to :infinity (#70) (909207b), closes #67
0.1.3 (2023-06-23)
0.1.2 (2023-06-11)
0.1.1 (2023-06-11)
0.1.0 (2023-06-09)
- bump 0.1.0 (42809b1)
- 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
-
feat!: Changed Readability and Consistency check diagnostics from
hint
toinformation
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
- Include priv dir when publishing
- Custom check/plugin compatibility
- Correctly shut down and do not leave zombie processes #28
- Now reports progress when checking for issues
- Code Action: Insert
@moduledoc false
to fixCredo.Check.Readability.ModuleDoc
- Correctly set Credo's working directory.
Initial Release