Skip to content

CIDER 0.20 (Oslo)

Compare
Choose a tag to compare
@bbatsov bbatsov released this 14 Jan 18:03
· 1635 commits to master since this release

New features

  • Make it possible to pass an options map to the currently selected pprint function via cider-pprint-options.
  • Add support for zprint.
  • Make it possible to eval and pprint in the scratch buffer using C-u C-j.
  • #2532: Add support for CompilationException dynamic source location discovery.

Changes

  • #2496: Replace CIDER's pprint implementation with nREPL 0.5's built-in pprint support.
  • #2558: Load clj, cljc, & cljs (if cljs repl available) files on cider-load-all-files (C-c C-M-l). Previously, this only loaded clj files.
  • Enable pretty-printing in the REPL by default.

Bug fixes

  • #2532: Fix re-display hangs while dynamically recovering source locations under mouse pointer.
  • #2560: Detect REPL type for completion, eldoc and info ops.