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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,11 @@
6
6
7
7
*[#363](https://github.com/clojure-emacs/refactor-nrepl/issues/363): Fix a memoization bug in `clean-namespace`.
8
8
9
-
## 3.3.1
9
+
## 3.3.0
10
10
11
11
*[#361](https://github.com/clojure-emacs/refactor-nrepl/pull/361) Honor clj-kondo `:unused-namespace` config, if present
12
12
* This piece of config can inform/complement refactor-nrepl's own config.
13
+
* If you are using refactor-nrepl programatically (as opposed to as nREPL middleware), you can improve performance by using `refactor-nrepl.ns.libspec-allowlist/with-memoized-libspec-allowlist` prior to invoking `clean-ns`.
0 commit comments