Skip to content

Releases: NoahTheDuke/coc-clojure

v0.0.16

07 Feb 03:02
Compare
Choose a tag to compare
  • Update .gitignore to keep lib/index.js.
  • Stop using deprecated registLanguageClient method.
  • Fix package.json script

v0.0.15

05 Feb 16:43
Compare
Choose a tag to compare

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

27 Jan 16:39
Compare
Choose a tag to compare

v0.0.13...v0.0.14

v0.0.13

02 Nov 02:32
Compare
Choose a tag to compare
  • Fix initialization options bug with new coc default behavior 64bdad3

v0.0.12...v0.0.13

v0.0.12

02 Nov 01:13
Compare
Choose a tag to compare
  • Remove incorrect init option defaults, revert revert zipfile fefff5f

v0.0.11...v0.0.12

v0.0.11

01 Nov 21:11
Compare
Choose a tag to compare
  • Revert change to document selector schema c4a3822

v0.0.10...v0.0.11

v0.0.10

31 Oct 19:29
Compare
Choose a tag to compare
  • Update settings and commands, fix cursorInfo/log 7d8f675

v0.0.9...v0.0.10

v0.0.9

21 Oct 16:33
Compare
Choose a tag to compare
  • Remove workspaceContains activationEvents 15e9549
  • Add config options to readme 774754b
  • Update npmignore a0a01a1
  • Update package.json version number cd49051

v0.0.8...v0.0.9

v0.0.8

05 Jun 05:34
Compare
Choose a tag to compare

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 to true.
    If true 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:

    1. Is config option clojure.executable an executable on the PATH?
    2. Is config option clojure.executable a path?
    3. Did coc-clojure already install it previously, respecting config option clojure.lsp-install-path?

    If none of those are true, then attempt to download a native binary.

  • 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

Full Changelog: v0.0.6...v0.0.8