Clj Refactor.el Versions Save

A CIDER extension that provides powerful commands for refactoring Clojure code.

3.0.0

2 years ago
  • #483: Improve performance of cljr-slash when typing fraction literals.
  • #482: Add missing defgroup form.
  • #470: Choose deps.edn over pom.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).

v2.5.1

3 years ago
  • #442: Send nREPL-based paths instead of CIDER-based paths.
  • #465: Fix breakage in cljr-rename-symbol.
  • Automatically namespace artifacts in deps.edn.

v2.5.0

4 years ago
  • #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.