Releases: clojure-emacs/clj-refactor.el
Releases · clojure-emacs/clj-refactor.el
clj-refactor 3.0
- #483: Improve performance of
cljr-slash
when typing fraction literals. - #482: Add missing defgroup form.
- #470: Choose
deps.edn
overpom.xml
as project file. - Introduce
cljr-insert-newline-after-require
option. - Introduce
cljr-injected-middleware-version
option, allowing users to customize the refactor-nrepl version to be used. - Dropped support for Emacs 25 (to match upstream changes in CIDER).
clj-refactor 2.5.1
clj-refactor 2.5.0
- #455: Added support for detecting shadow-cljs projects.
- #402: cljr-stop-referring: do not alter strings.
- #380: clean-ns: fix FileNotFoundException, by trying both the absolute path and the path relative to the project root. This requires a new refactor-nrepl, old versions will only check the absolute path.