Skip to content

Commit 9005de3

Browse files
Prepare 2.3.1 release
1 parent 8904b7a commit 9005de3

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
# Changelog
22

3-
- [#363](https://github.com/clojure-emacs/clj-refactor.el/issues/363) cljr-favor-prefix-notation by default is set to false
4-
5-
## Up next
3+
## 2.3.1
64

5+
- [#363](https://github.com/clojure-emacs/clj-refactor.el/issues/363) cljr-favor-prefix-notation by default is set to false
76
- Display keymap bindings in documentation for minor mode
87
- New config setting `cljr-libspec-whitelist` to prevent libspecs which appear unused but are side-effecting at load from being pruned.
9-
- [#301] (https://github.com/clojure-emacs/clj-refactor.el/issues/301) `ad` has gained a prefix to declare the symbol under the cursor.
8+
- [#301](https://github.com/clojure-emacs/clj-refactor.el/issues/301) `ad` has gained a prefix to declare the symbol under the cursor.
109
- [#312](https://github.com/clojure-emacs/clj-refactor.el/issues/312) Allow `sut` alias to be customized.
1110
- [#305](https://github.com/clojure-emacs/clj-refactor.el/issues/305) Don't call lookup-alias for non namespaced keywords at all when slash is typed. However trigger lookup alias with the leading :: stripped off the prefix if the keyword is namespaced.
1211
- Require a custom test framework for Clojurescript test files. By default it's `cljs.test` but it can be customized with `cljr-cljs-clojure-test-declaration`.
1312

1413
### Changes
1514

16-
- [#302] (https://github.com/clojure-emacs/clj-refactor.el/issues/302) `ad` now understands def-like things, e.g. defs created by Schema.
15+
- [#302](https://github.com/clojure-emacs/clj-refactor.el/issues/302) `ad` now understands def-like things, e.g. defs created by Schema.
1716
- When inserting ns form to blank clojure-ish file, check if cider is available and connected for better detecting the expected namespace.
1817
- Remove the warning about missing nREPl ops.
1918
- Remove threading macro related features because they are moved to Clojure mode. However, the usual mnemonics for these features still work only they reference the Clojure mode implementations.
2019
- Remove cycle privacy, cycle if and cycle collection type features. They are moved to Clojure mode. The usual mnemonics for cycle privacy and cycle if features still work only they refer the Clojure mode implementations. Cycle collection type got reworked into convert collection to list, quoted list, map, vector and set. *Cycle* collection type is no longer supported.
2120
- Compatible with clojure-mode 5.6.1 and above.
2221
- Remove *most* of the code implementing `let` related refactorings because these featured got migrated and reworked in Clojure mode. The usual mnemonics for these features still work and also a version of these features using multiple cursors are still maintained here as multiple cursors mode is not supported in Clojure mode.
23-
- [#294] Remove dash library dependency.
22+
- [#294](https://github.com/clojure-emacs/clj-refactor.el/issues/294) Remove dash library dependency.
23+
- [#372](https://github.com/clojure-emacs/clj-refactor.el/issues/372) Remove s.el dependency
2424

2525
### Bugs fixed
2626

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ Either in your project's `project.clj` or in the `:user`
4747
profile found at `~/.lein/profiles.clj`:
4848

4949
```clojure
50-
:plugins [[refactor-nrepl "2.2.0"]
51-
[cider/cider-nrepl "0.11.0"]]
50+
:plugins [[refactor-nrepl "2.3.1"]
51+
[cider/cider-nrepl "0.14.0"]]
5252
```
5353

5454
Check out the much longer

clj-refactor.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
;; Author: Magnar Sveen <[email protected]>
77
;; Lars Andersen <[email protected]>
88
;; Benedek Fazekas <[email protected]>
9-
;; Version: 2.3.0-SNAPSHOT
9+
;; Version: 2.3.1
1010
;; Keywords: convenience, clojure, cider
1111
;; Package-Requires: ((emacs "24.4") (s "1.8.0") (seq "2.19") (yasnippet "0.6.1") (paredit "24") (multiple-cursors "1.2.2") (clojure-mode "5.6.1") (cider "0.11.0") (edn "1.1.2") (inflections "2.3") (hydra "0.13.2"))
1212

0 commit comments

Comments
 (0)