summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
Commit message (Collapse)AuthorAge
* Release 0.19Bozhidar Batsov2019-01-01
|
* Add a changelog entry for the previous commitBozhidar Batsov2018-12-23
|
* [#1544] Add defcustom cider-infer-remote-nrepl-ports (#2506)Aaron Iba2018-12-21
|
* [Fix #2105] Fix no comment syntax defined message when loading buffer after ↵Tijs Mallaerts2018-12-21
| | | | running failing test (#2542)
* Fix changelogBozhidar Batsov2018-12-03
|
* [Fix #2474] Fix end-of-output detectionVitalie Spinu2018-11-23
|
* Use symbols for repl types instead of strings and efficient comparisonsDieter Komendera2018-11-18
| | | | Make public functions backwards compatible by converting type string to symbol
* [Fix #2514] Don't auto-jump to warnings even when they are under stderr faceVitalie Spinu2018-11-10
|
* Document debugger changesVitalie Spinu2018-11-07
|
* Mention that we started using a custom boot task for jack-in in 0.18Bozhidar Batsov2018-10-26
|
* Tweak the changelog a bitBozhidar Batsov2018-10-26
|
* Tweak some Clojure and ClojureScript referencesBozhidar Batsov2018-10-19
|
* [Fix #2446] Implement Sesman friendly sessionsVitalie Spinu2018-10-13
|
* [Fix #2482] Don't bind nREPL server to ::Bozhidar Batsov2018-10-12
| | | | Use localhost instead.
* Kill an unneeded blank lineBozhidar Batsov2018-10-08
|
* Tweak a changelog entryBozhidar Batsov2018-10-08
|
* [Fix #2466] Make generic cider ops use any available nrepl connectionDieter Komendera2018-10-08
| | | | | | | | | | | | Make "any" a synonym of "multi" for `cider-current-repl`, which makes it more clear any avaiable nrepl connection can be used. This allows ops for like documentatation browser to work, even if only a repl for a different type of repl is connected. For example, when formatting a .cljs buffer, a connected "clj" repl will suffice. Cider eval uses a separate repl connection selection, which lets it unaffacted by these changes.
* Document recent changesVitalie Spinu2018-09-23
|
* Update the links to the manualBozhidar Batsov2018-09-23
| | | | ReadTheDocs finally supports https for custom domains.
* [inspector] Fix erratic behavior when multiple REPLs are connectedAlexander Yakushev2018-09-17
|
* Fix changelogBozhidar Batsov2018-09-08
|
* Correctly set host name in server when jacked-in from a remote fileVitalie Spinu2018-09-08
|
* Open archive entries within AVFS directoryVitalie Spinu2018-09-08
|
* Release 0.18.0Bozhidar Batsov2018-09-02
|
* [Fix #2424] Fallback to lein on jack-in when clojure is missingBozhidar Batsov2018-08-22
| | | | | | The Clojure CLI tools are not available on Windows yet, so for them `clojure-cli` is a poor default. Now we set the default in a dynamic fashion.
* Rename cider-default-repl-command to cider-jack-in-defaultBozhidar Batsov2018-08-22
|
* Remove comment aware toplevel defun codedan sutton2018-08-18
| | | | | | | This code has migrated to clojure-mode and is now installed such that `end-of-defun` and `beginning-of-defun` are aware of comment forms. As such CIDER no longer needs to special case them and can just navigate as usual.
* Restore the C-c C-p and C-c C-f keybindingsBozhidar Batsov2018-08-08
| | | | | | | Seems more people were relying on those than I originally expected. :-) Vox populi, vox dei!
* Stop releasing CIDER and cider-nrepl togetherBozhidar Batsov2018-08-06
| | | | | cider-nrepl now has its own release cycle and CIDER introduces `cider-required-middleware-version` to track it.
* Add shadow-select CLJS REPL type (#2397)Andrea Richiardi2018-08-02
| | | | | | | This kind of CLJS REPL is very helpful for cases when you are already watching one or more shadow builds in shadow either after having launched the server in a terminal or from within Cider. This patch also refactors option normalization out of figwheel-main so that it can be reused by every other function.
* Add cider-ns-reload and cider-ns-reload-all commandsAndrea Richiardi2018-08-02
| | | | | The C-c M-n l has been assigned to cider-ns-reload while C-c M-n M-l has been assigned to cider-ns-reload-all.
* Make `nrepl-xyz-buffer-name`s use new formatting systemVitalie Spinu2018-07-29
| | | | - obsolete nrepl-buffer-name-separator, nrepl-buffer-name-show-port
* Implement a flexible way to customize session namesVitalie Spinu2018-07-29
| | | | | - new `cider-session-name-template` - new `cider-format-connection-params`
* [Fix #1980] Echo back missing namespace name on interactive evalBozhidar Batsov2018-07-24
| | | | | | | | Note that this requires nREPL 0.4.3+. See https://github.com/nrepl/nREPL/commit/e77945a70f68989f69e955eef9e6cbe75cedacf4 for the related nREPL change.
* Accept plain figwheel-main build name, normalizing to keyword (#2385)Estevo U.C. Castro2018-07-24
|
* [Fix #2291] Fix `cider-use-tooltips` variable to work as expectedDmitry Matveyev2018-07-24
|
* Add autoloads target to Makefile (#2378)Andrea Richiardi2018-07-23
| | | Helper target to create cider-autoloads.el automatically. Doc updated as well.
* Move the pprint related commands to a dedicated keymapBozhidar Batsov2018-07-23
| | | | | | This also fixes https://github.com/bbatsov/projectile/issues/1256. (Projectile uses `C-c C-p` as well)
* [#2357] Support both keywords and strings as test selectorsBozhidar Batsov2018-07-19
|
* Follow up on the keymap changesBozhidar Batsov2018-07-13
| | | | | There's now a bit of inconsistency in cider-repl-mode with respect to the ns commands, but we'll likely address this soon.
* Document keymap changesVitalie Spinu2018-07-13
|
* Use a better notation for the breaking changesBozhidar Batsov2018-07-11
|
* Mark major breaking changes in the changelogBozhidar Batsov2018-07-11
|
* Rename the cider-refresh.el to cider-ns.elBozhidar Batsov2018-07-10
| | | | | | See https://github.com/clojure-emacs/cider/pull/2314 for the rationale behind this change. Basically we plan to put several ns manipulation commands together in the same module.
* Add the ability to jump to the profiler buffer using `cider-selector`Bozhidar Batsov2018-07-08
|
* Remove `cider-visit-error-buffer` in favour of using `cider-selector`Bozhidar Batsov2018-07-07
|
* [Fix #2373] Make it possible to configure the welcome message displayed in ↵Bozhidar Batsov2018-07-06
| | | | scratch buffers
* [Fix #2317] Allow cancelling stdin promptTimo Freiberg2018-06-30
| | | | | Add handler for the `quit` signal which sends an empty message to nREPL Add C-c C-c binding for `abort-recursive-edit` (which sends a `quit` signal)
* Fix the test selector filtering functionalityBozhidar Batsov2018-06-28
| | | | | It was broken due to a silly typo - "includes" and "excludes" should have actually been "include" and "exclude".
* Remove cider-ping commandBozhidar Batsov2018-06-23
| | | | I highly doubt anyone was ever using it.