clojure-emacs / clj-refactor.el

A CIDER extension that provides powerful commands for refactoring Clojure code.
GNU General Public License v3.0
773 stars 111 forks source link

Use the latest middleware #498

Closed vemv closed 3 years ago

vemv commented 3 years ago

Proposes using the latest middleware (the 3.* series is much more stable, no breaking changes) for clj-refactor.el users using the latest snapshot.

This way we can get extra user testing.

After releasing the 3.0.0 middleware (no alpha), we can undo this change and also bump clj-refactor.el itself to 3.0.0.

See also https://github.com/clojure-emacs/refactor-nrepl/pull/337

vemv commented 3 years ago

Cheers 🍻