Releases: clojure-emacs/cider-nrepl
Releases · clojure-emacs/cider-nrepl
cider-nrepl 0.28.7
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
.
cider-nrepl 0.25.5
cider-nrepl 0.22.0
New features
- #605: Added a option for filtering vars to the ns-vars middleware.
- Added
xref
middleware providingfn-deps
andfn-refs
ops. - #628: Added
clojuredocs
middleware providingclojuredocs-lookup
andclojuredocs-refresh-cache
ops. - #633 Added runtime code completion for ClojureScript via suitable.
Bugs fixed
- Fix some functions defined with
def
not being properly font locked when using dynamic font locking for ClojureScript. - #618: Fix apropos to honor exclude-regexps to filter out namespaces by regex
- #605: Fix
ns-vars-with-meta
to return public vars.
Changes
- (Breaking) Removed the
cider.nrepl.main
namespace. The functionality in it has been superseded bynrepl.cmdline
. - #615: (Breaking) Removed the
cider.tasks/nrepl-server
custom task.
cider-nrepl 0.21.1
New features
- Add a wrapper function for
zprint
, suitable for using withnrepl.middleware.print
.
cider-nrepl 0.21
New features
- The
refresh
op is now interruptible.
Changes
- (Breaking) Upgrade to nREPL 0.6.0. This is now the minimum required version.
- (Breaking) Upgrade to piggieback 0.4.0. This is now the minimum required version.
- (Breaking) Remove
cider.nrepl.middleware.pprint
. All functionality has been replaced by the built-in printing support in nREPL 0.6.0.