@@ -48,13 +48,10 @@ Either in your project's `project.clj` or in the `:user`
48
48
profile found at ` ~/.lein/profiles.clj ` :
49
49
50
50
``` clojure
51
- :plugins [[refactor-nrepl " 2.4 .0" ]
52
- [cider/cider-nrepl " 0.18 .0" ]]
51
+ :plugins [[refactor-nrepl " 2.5 .0" ]
52
+ [cider/cider-nrepl " 0.24 .0" ]]
53
53
```
54
54
55
- ** clj-refactor 2.4 is compatible with CIDER 0.17 and 0.18. Change the cider-nrepl dep
56
- to 0.17 if you're using CIDER 0.17.**
57
-
58
55
Check out the much longer
59
56
[ installation] ( https://github.com/clojure-emacs/clj-refactor.el/wiki/installation )
60
57
page in the wiki for a less opinionated approach.
@@ -63,6 +60,13 @@ page in the wiki for a less opinionated approach.
63
60
behavior of various commands. You can read more about that
64
61
[ here] ( https://github.com/clojure-emacs/clj-refactor.el/wiki#customization ) .
65
62
63
+ ### Compatibility
64
+
65
+ clj-refactor | refactor-nrepl | CIDER | Clojure | Java |
66
+ -------------|----------------|-------------|---------|------|
67
+ 2.4.0 | 2.4.0 | 0.17, 0.18 | 1.7+ | 8+ |
68
+ 2.5.0 | 2.5.0 | 0.24 | 1.8+ | 8+ |
69
+
66
70
## Middleware
67
71
68
72
Most users will not need to worry about this, but if you wish to configure middleware yourself, the name of the middleware is:
@@ -90,13 +94,6 @@ configuration. AST dependent features at the moment are `find usages`,
90
94
` rename symbol ` , ` extract function ` , ` inline symbol ` , `rename file or
91
95
dir` , ` change function signature` , ` promote function`.
92
96
93
- ### Compatibility
94
-
95
- clj-refactor | refactor-nrepl | CIDER | Clojure | Java |
96
- -------------|----------------|-------------|---------|------|
97
- 2.4.0 | 2.4.0 | 0.17, 0.18 | 1.7+ | 8+ |
98
- 2.5.0 | 2.5.0 | 0.24 | 1.8+ | 8+ |
99
-
100
97
## Usage
101
98
102
99
All functions in ` clj-refactor ` have a two-letter mnemonic
0 commit comments