You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
## Unreleased
4
4
5
+
* Use `tools.analyzer.jvm` 1.3.2.
6
+
* Use `tools.reader` 1.5.1.
7
+
* Use `tools.namespace` 1.5.0.
8
+
* Use `compliment` 0.7.0.
9
+
* Use `orchard` 0.34.3.
10
+
5
11
## 3.10.0
6
12
7
13
* Add `always-return-ns-form` option to `clean-ns` message
@@ -47,7 +53,7 @@
47
53
48
54
## 3.5.5
49
55
50
-
*[#385](https://github.com/clojure-emacs/refactor-nrepl/pull/385): only `suggest-aliases` that are valid symbols.
56
+
*[#385](https://github.com/clojure-emacs/refactor-nrepl/pull/385): only `suggest-aliases` that are valid symbols.
51
57
* Fixes an edge case for cljr-refactor.el's `cljr-slash`.
52
58
53
59
## 3.5.4
@@ -68,7 +74,7 @@
68
74
69
75
## 3.5.0
70
76
71
-
*[#374](https://github.com/clojure-emacs/refactor-nrepl/issues/374): support Clojure 1.11's new `:as-alias` namespace directive.
77
+
*[#374](https://github.com/clojure-emacs/refactor-nrepl/issues/374): support Clojure 1.11's new `:as-alias` namespace directive.
72
78
73
79
## 3.4.2
74
80
@@ -122,11 +128,11 @@
122
128
123
129
*[#344](https://github.com/clojure-emacs/refactor-nrepl/issues/344): make clean-ns's style closer to the [how to ns](https://stuartsierra.com/2016/08/27/how-to-ns) style.
124
130
*[#333](https://github.com/clojure-emacs/refactor-nrepl/issues/333): skip scanning irrelevant directories in more places (as it was already done for various other functionalities; this limits ananlysis/refactoring to your source/test paths, skipping other artifacts).
125
-
* Make `resolve-missing` able to find even more classes than before.
131
+
* Make `resolve-missing` able to find even more classes than before.
126
132
*[#346](https://github.com/clojure-emacs/refactor-nrepl/issues/346): refine the heuristic for ignoring irrelevant dirs (see the above bullet point).
127
133
* Introduce `print-right-margin`/`print-miser-width` configuration options, used during `pprint`ing of ns forms.
128
134
* The default is one that is consistent with refactor-nrepl's traditional behavior.
129
-
* You can set both to `nil` for disabling line wrapping.
135
+
* You can set both to `nil` for disabling line wrapping.
130
136
* ns form printing: also wrap single-segment namespaces in a vector.
0 commit comments