File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 21
21
22
22
* Removed ` cider-clojure-cli-parameters ` due to clojure-cli jack-in changes.
23
23
* Changed the behaviour of ` cider-last-sexp ` so it returns only the sexp, excluding all whitespace and/or the first newline after.
24
+ * Restored the enhanced ClojureScript completion functionality on anything but ` shadow-cljs ` .
24
25
25
26
## 1.0.0 (2020-28-12)
26
27
Original file line number Diff line number Diff line change @@ -406,7 +406,7 @@ Elements of the list are artifact name and list of exclusions to apply for the a
406
406
(defconst cider-latest-clojure-version " 1.10.1"
407
407
" Latest supported version of Clojure." )
408
408
409
- (defconst cider-required-middleware-version " 0.25.9 "
409
+ (defconst cider-required-middleware-version " 0.25.10 "
410
410
" The CIDER nREPL version that's known to work properly with CIDER." )
411
411
412
412
(defcustom cider-jack-in-auto-inject-clojure nil
You can’t perform that action at this time.
0 commit comments