summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
Commit message (Expand)AuthorAge
* [Fix #564] Remove redundant cider-src commandBozhidar Batsov2014-05-13
* Add basic tracing supportBozhidar Batsov2014-04-29
* Make cider-nrepl a requirementBozhidar Batsov2014-04-24
* Bump version to 0.6.0Bozhidar Batsov2014-04-24
* Add stacktrace filtering/navigation from middleware.Jeff Valk2014-04-11
* [Fix #498] Implement scratch buffer functionalityBozhidar Batsov2014-03-18
* Enable cider-jack-in on tramp buffersHugo Duncan2014-03-16
* Removing references to IDO.Jon Pither2014-03-14
* Rename cider command to cider-connectBozhidar Batsov2014-03-13
* Adding cider-change-buffers-designation.Jon Pither2014-03-07
* [Fix #501] Nil appearing in nrepl-server buffer name when no project directory.Jon Pither2014-03-07
* Cider command uses known endpointsJon Pither2014-03-05
* [Fix #493] Rotate nREPL connection handles no nREPL connection and introduce ...Jon Pither2014-03-03
* Add Changelog entryDmitry Gutov2014-03-02
* Merge pull request #486 from hugoduncan/feature/trampBozhidar Batsov2014-03-02
|\
| * Improve support for tramp source buffersHugo Duncan2014-03-01
* | Font-lock STDERR output using a different face (cider-repl-err-output-face)Bozhidar Batsov2014-02-26
|/
* A first pass at integrating an inspectorBozhidar Batsov2014-02-21
* [#482] Fix jump-to-def for cljx dependency jars.Gary Trakhman2014-02-19
* Require Emacs 24Bozhidar Batsov2014-02-19
* [Fix #441] Workaround for the timing bug in cider-jack-inBozhidar Batsov2014-02-08
* [Fix #439] Add a workaround for race condition bug in cider-restartBozhidar Batsov2014-02-08
* Fix url for issue #460 in changelogGary Trakhman2014-02-06
* [Fix #465] Cider jump-to-def via info op, changelogGary Trakhman2014-02-06
* Let *1 be set properly when pretty-printing, fixes gh-468Chas Emerick2014-02-05
* add option to control whether loading a buffer prompts you to save the corres...Chas Emerick2014-02-05
* support for cider-nrepl's 'complete' opGary Trakhman2014-01-25
* [Fix #457] Add cider-insert-defun-in-repl & cider-insert-ns-form-in-repl comm...Bozhidar Batsov2014-01-25
* Release 0.5.0Bozhidar Batsov2014-01-24
* Showing endpoint host when no project directory.Jon Pither2014-01-24
* Tidying up switch-to-relevant-buffer, updating docs, and adding check against...Jon Pither2014-01-14
* Add the ability to use a configurable result prefix in the REPLBozhidar Batsov2014-01-10
* Adding cider-pprint-eval-defun-at-point.Kris Jenkins2014-01-07
* Make it possible to use clojure-mode font-locking in REPL buffersBozhidar Batsov2014-01-06
* Font-lock interactive evaluation results as Clojure codeBozhidar Batsov2014-01-05
* Add a customizable prefix for interactive eval resultsBozhidar Batsov2014-01-05
* [Fix #436] Avoid an infinite loop when evaluating ns formsBozhidar Batsov2013-12-19
* Merge pull request #430 from ragnard/control-print-lengthBozhidar Batsov2013-12-11
|\
| * Add support for controlling the value of `*print-length*`Ragnar Dahlén2013-12-11
* | [Fix #316] Honor :init-ns namespace on startupBozhidar Batsov2013-12-11
|/
* Add history and completion support to cider-read-and-evalBozhidar Batsov2013-12-08
* Adding insert-fn functionalityJon Pither2013-12-04
* Release 0.4.0Bozhidar Batsov2013-12-03
* New command cider-pingBozhidar Batsov2013-12-03
* Create non-existing namespaces when evaluating code in Clojure buffersBozhidar Batsov2013-12-02
* Add SLIME-like REPL shortcutsBozhidar Batsov2013-11-29
* [Fix #237] Don't swallow output from futuresBozhidar Batsov2013-11-27
* Change `last-expression` to `last-sexp` in a number of functionsBozhidar Batsov2013-11-22
* Rename `cider-eval-expression-at-point` to `cider-eval-defun-at-point`Bozhidar Batsov2013-11-22
* Add missing full stopBozhidar Batsov2013-11-21