Releases: NoahTheDuke/coc-clojure
Releases · NoahTheDuke/coc-clojure
v0.0.17
- Fix prompt commands e901a66
v0.0.16
- Update .gitignore to keep lib/index.js.
- Stop using deprecated
registLanguageClient
method. - Fix package.json script
v0.0.15
Added
- Support project tree view.
- Descriptions of each command to better support WhichKey. (#10)
- New commands:
backward-barf
,forward-barf
,backward-slurp
,forward-slurp
,
kill-sexp
,raise-sexp
,replace-refer-all-with-alias
,
replace-refer-all-with-refer
,project-tree
.
Fixed
New Contributors
Full Changelog: v0.0.14...v0.0.15
v0.0.14
- Fix typo in package.json 0a0b370
v0.0.13
- Fix initialization options bug with new coc default behavior 64bdad3
v0.0.12
- Remove incorrect init option defaults, revert revert zipfile fefff5f
v0.0.11
- Revert change to document selector schema c4a3822
v0.0.10
- Update settings and commands, fix cursorInfo/log 7d8f675
v0.0.9
v0.0.8
Added
- Start writing a changelog.
- Add markdown linting with markdownlint (configured with
.markdownlint.json
and.markdownlintignore
). - New config option:
clojure.lsp-check-on-start
, defaults totrue
.
Iftrue
and coc-clojure manages clojure-lsp, checks Github to see if a new version can be downloaded. If so, it follows the existing download path. - Bring in Calva PR #1762.
Fixed
-
#5: Changed logic for checking existing clojure-lsp install:
- Is config option
clojure.executable
an executable on the PATH? - Is config option
clojure.executable
a path? - Did
coc-clojure
already install it previously, respecting config optionclojure.lsp-install-path
?
If none of those are true, then attempt to download a native binary.
- Is config option
-
Doesn't load if expected executable is a jar and
JAVA_HOME
is not set. -
Fix link to clojure-lsp refactorings page by @sheluchin in #4
New Contributors
- @sheluchin made their first contribution in #4
Full Changelog: v0.0.6...v0.0.8