clj-refactor.el

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

GPL-3.0 License

Stars
772
Committers
57

Bot releases are hidden (Show)

clj-refactor.el - clj-refactor 3.0 Latest Release

Published by bbatsov almost 3 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).
clj-refactor.el - clj-refactor 2.5.1

Published by bbatsov over 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.
clj-refactor.el - clj-refactor 2.5.0

Published by bbatsov over 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.