Skip to content

CIDER 1.7 ("Côte d'Azur")

Compare
Choose a tag to compare
@bbatsov bbatsov released this 23 Mar 07:11
· 345 commits to master since this release

New features

  • #3314: Detect nrepl+unix sockets (say via lein nrepl :headless :socket nrepl.sock).
  • #3262: Add navigation functionality to n/p/f/b keys inside the data inspector's buffer.
  • #3310: Add ability to use custom coordinates in cider-jack-in-dependencies.
  • cider-nrepl#766: Complete local bindings for ClojureScript files.
  • #3179: Introduce cider-jack-in-universal to support jacking-in without a project from a set of pre-configured Clojure project tools.

Changes

  • Allow using npx nbb as cider-nbb-command.
  • #3281: Replace newline chars with actual newlines in *cider-test-report* buffer, for prettier error messages.
  • Bump the injected cider-nrepl to 0.30.
  • #3219: Disable by default forcing the display of output when the REPL prompt is at the first line of the of the REPL window. This behavior is desirable, but very slow and rarely needed. It can be re-enabled by setting cider-repl-display-output-before-window-boundaries to t.