|
4 | 4 |
|
5 | 5 | ### New features
|
6 | 6 |
|
7 |
| -- [#3810](https://github.com/clojure-emacs/cider/pull/3810): Add the `cider-inspector-print-current-value` command to print the current value of the inspector. |
8 |
| -- [#3813](https://github.com/clojure-emacs/cider/pull/3813) Add support for pretty printing values in the inspector. |
9 | 7 | - [#3802](https://github.com/clojure-emacs/cider/issues/3802): Inspector analytics.
|
10 | 8 | - [#3802](https://github.com/clojure-emacs/cider/issues/3802): Inspector table view-mode.
|
| 9 | +- [#3813](https://github.com/clojure-emacs/cider/issues/3813): Inspector pretty-printing mode. |
| 10 | +- [#3810](https://github.com/clojure-emacs/cider/pull/3810): Inspector: `C-c C-p` to pretty-printthe currently inspected value. |
11 | 11 | - [orchard#320](https://github.com/clojure-emacs/orchard/pull/320): Info: recognize printed Java classes/methods and munged Clojure functions in stacktrace outputs.
|
12 | 12 |
|
13 | 13 | ### Changes
|
14 | 14 |
|
15 |
| -- [#3782](https://github.com/clojure-emacs/cider/issues/3782): **(Breaking)** Drop official support for Emacs 26. |
16 | 15 | - [#3812](https://github.com/clojure-emacs/cider/issues/3812): **(Breaking)** Remove support for Boot.
|
17 | 16 | - [#3793](https://github.com/clojure-emacs/cider/issues/3793): **(Breaking)** Remove features that relied on printed exception parsing:
|
18 | 17 | - `cider-stacktrace-analyze-string` and `cider-stacktrace-analyze-at-point` functions.
|
19 | 18 | - Automatic stacktrace parsing in log viewer.
|
20 |
| -- Bump the injected `cider-nrepl` to [0.55.3](https://github.com/clojure-emacs/cider-nrepl/blob/master/CHANGELOG.md#0553-2025-04-24). |
| 19 | +- Bump the injected `cider-nrepl` to [0.55.4](https://github.com/clojure-emacs/cider-nrepl/blob/master/CHANGELOG.md#0554-2025-04-26). |
21 | 20 | - [compliment#122](https://github.com/alexander-yakushev/compliment/pull/122): Completion: sort candidates by priority.
|
22 | 21 | - Inspector: add dedicated view for Exceptions.
|
23 | 22 | - Stop vendoring Haystack dependency.
|
|
31 | 30 | - [#3803](https://github.com/clojure-emacs/cider/pull/3803): Enable dynamic indentation for `clojure-ts-mode`.
|
32 | 31 | - [#3805](https://github.com/clojure-emacs/cider/pull/3805): Profiler: update to latest profiling middleware.
|
33 | 32 | - [#3806](https://github.com/clojure-emacs/cider/pull/3806): Add client info to `clone` op request.
|
| 33 | +- [#3782](https://github.com/clojure-emacs/cider/issues/3782): Drop official support for Emacs 26. |
34 | 34 |
|
35 | 35 | ### Bugs fixed
|
36 | 36 |
|
37 | 37 | - [#3784](https://github.com/clojure-emacs/cider/issues/3784): Inspector: make point less erratic when navigating between inspector screens.
|
38 | 38 | - [#3786](https://github.com/clojure-emacs/cider/issues/3786): Sort dictionaries by key in nrepl-bencode
|
39 |
| - |
40 |
| -### Bugs fixed |
41 |
| - |
42 | 39 | - [#3779](https://github.com/clojure-emacs/cider/pull/3779): `cider-find-keyword` doesn't work with `clojure-ts-mode`.
|
43 | 40 | - [#3791](https://github.com/clojure-emacs/cider/issues/3791): Missing font lock when `cider-font-lock-dynamically` is enabled
|
44 | 41 | for `clojure-ts-mode`.
|
|
0 commit comments