Releases: clojure-emacs/cider-nrepl
Releases · clojure-emacs/cider-nrepl
cider-nrepl v0.53.1
What's Changed
- Bump compliment to 0.7.0 by @alexander-yakushev in #922
Full Changelog: v0.53.0...v0.53.1
cider-nrepl v0.53.0
What's Changed
- Disable warmup of orchard.java caches by @alexander-yakushev in #913
- [inspector] Don't show javadocs when inspecting classes by @alexander-yakushev in #914
- Haystack to Orchard by @alexander-yakushev in #919
- [util] Add util/respond-to by @alexander-yakushev in #920
- Bump Orchard to 0.31.1 by @alexander-yakushev in #921
Full Changelog: v0.52.1...v0.53.0
cider-nrepl 0.28.7
Changes
- Bump
orchard
to 0.11.0 (this adds support for Spec 2).
cider-nrepl 0.28.6
cider-nrepl 0.28.5
Changes
- Bump
compliment
to version 0.3.13.
cider-nrepl 0.28.4
cider-nrepl 0.27.3
Bugs fixed
- #733:
middleware.out
: remove reflection. - #719:
middleware.test
: gracefully handle exceptions thrown within fixtures. - #722:
middleware.format
: print otherwise non-serializable objects as strings. - #708: Upgrade Compliment, improving how autocompletion works in Windows.
- #713: Fix a regression in test results formatting.
cider-nrepl 0.26
New features
- #694: [Inspector] Configure truncation limits.
Bugs fixed
- Update
clj-suitable
to version 0.4 and re-enable enhanced completions forshadow-cljs
.