Skip to content

CIDER 0.8.2

Compare
Choose a tag to compare
@bbatsov bbatsov released this 21 Dec 10:34
· 4378 commits to master since this release

Bugs fixed

  • #867: Update Grimoire URL to fix (cider-grimoire-lookup) regression due to HTTP 301 (Moved Permanently).
  • #883: Encode properly the javadoc url.
  • #824: Fix REPL font-locking.
  • #888: Handle comments in cider-repl-mode.
  • #830: Stop using load-file for most interactive evaluation commands.
  • #885: Translate nREPL-delivered map keys to symbols before adding as text properties.
  • Fix tab completion in cider-read-from-minibuffer.
  • #894: Make it possible to enter any symbol with cider-read-symbol-name.
  • Report Clojure's version including its qualifier (e.g. alpha4) if present.