|
4 | 4 |
|
5 | 5 | ## 0.45.0 (2024-01-14) |
6 | 6 |
|
7 | | -## Changes |
| 7 | +### Changes |
8 | 8 |
|
9 | 9 | * Bump `orchard` to [0.22.0](https://github.com/clojure-emacs/orchard/blob/v0.22.0/CHANGELOG.md#0220-2024-01-14). |
10 | 10 | * Bump `logjam` to [0.2.0](https://github.com/clojure-emacs/logjam/blob/v0.2.0/CHANGELOG.md#020-2024-01-04). |
|
16 | 16 |
|
17 | 17 | ## 0.44.0 (2023-11-24) |
18 | 18 |
|
19 | | -## New features |
| 19 | +### New features |
20 | 20 |
|
21 | 21 | * Add `inspect-tap-indexed` op. |
22 | 22 |
|
23 | | -## Changes |
| 23 | +### Changes |
24 | 24 |
|
25 | 25 | * `middleware.inspect:` warm up Orchard info for a value's class implemented interfaces in advance. |
26 | 26 | * Can speed up navigation. |
|
84 | 84 | ### Changes |
85 | 85 |
|
86 | 86 | * `track-state`: include var info for macros defined for ClojureScript namespaces. |
87 | | - * e.g. for `foo.cljs`, now var info for any macros contained in `foo.clj` is also included. |
| 87 | + * e.g. for `foo.cljs`, now var info for any macros contained in `foo.clj` is also included. |
88 | 88 |
|
89 | 89 | ## 0.39.1 (2023-10-12) |
90 | 90 |
|
|
155 | 155 | * Make the `track-state` middleware invokeable directly, by requesting the new `"cider/get-state"` op. |
156 | 156 | * This makes it possible to access `:changed-namespaces` info on demand, which can be necessary for: |
157 | 157 | * non-Piggieback based clojurescript repls |
158 | | - * re-computing the ns info responding to external (non-nREPL triggered) events. |
| 158 | + * re-computing the ns info responding to external (non-nREPL triggered) events. |
159 | 159 |
|
160 | 160 | ### Changes |
161 | 161 |
|
|
187 | 187 | ### New features |
188 | 188 |
|
189 | 189 | * [#773](https://github.com/clojure-emacs/cider-nrepl/pull/773) Add middleware to capture, debug, inspect and view log events emitted by Java logging frameworks. |
190 | | -* [#755](https://github.com/clojure-emacs/cider-nrepl/pull/755) `middleware.test`: now timing information is returned at var and ns level under the `:ms`/`:humanized` keys. |
| 190 | +* [#755](https://github.com/clojure-emacs/cider-nrepl/pull/755) `middleware.test`: now timing information is returned at var and ns level under the `:ms`/`:humanized` keys. |
191 | 191 | * `middleware.test`: only include `:diff` data when the expected/actual mismatch is deemed diffable. |
192 | 192 | * i.e., maps, sets and sequences are diffable, scalar values are not. |
193 | 193 | * [#709](https://github.com/clojure-emacs/cider-nrepl/pull/709) `middleware.test`: offer fail-fast functionality. |
|
0 commit comments