Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Upgrade refactor-nrepl to version 3.11.0 #560

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions 8 CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

- [Upgrade refactor-nrepl](https://github.com/clojure-emacs/refactor-nrepl/blob/v3.11.0/CHANGELOG.md#3110).

## 3.12.0

- `clean-ns` will now also reformat the `ns` form for whitespace-only changes, if needed.
Expand Down Expand Up @@ -40,14 +42,14 @@

## 3.9.2

* [#523](https://github.com/clojure-emacs/clj-refactor.el/issues/523): Increase `js/` namespace detection accuracy for .cljc files.
* [#523](https://github.com/clojure-emacs/clj-refactor.el/issues/523): Increase `js/` namespace detection accuracy for .cljc files.
* [#517](https://github.com/clojure-emacs/clj-refactor.el/issues/517): Remove `pkg-info` dependency.

## 3.9.1

* [#430](https://github.com/clojure-emacs/clj-refactor.el/issues/430) `cljr-add-missing-libspec`: produce more friendly prompts.
* `cljr-add-missing-libspec`: don't suggest members that are already interned into the current namespace.
* e.g. the class `Thread` or the var `+` are already interned by default in Clojure namespaces, so they are redundant to suggest or insert into the `ns` form.
* e.g. the class `Thread` or the var `+` are already interned by default in Clojure namespaces, so they are redundant to suggest or insert into the `ns` form.

## 3.9.0

Expand Down Expand Up @@ -126,7 +128,7 @@

## 3.3.3

- Adapt `cljr--inject-jack-in-dependencies` to upstream changes in CIDER.
- Adapt `cljr--inject-jack-in-dependencies` to upstream changes in CIDER.

## 3.3.2

Expand Down
2 changes: 1 addition & 1 deletion 2 clj-refactor.el
Original file line number Diff line number Diff line change
Expand Up @@ -3505,7 +3505,7 @@ See: https://github.com/clojure-emacs/clj-refactor.el/wiki/cljr-inline-symbol"
;; We used to derive the version out of `(cljr--version)`,
;; but now prefer a fixed version to fully decouple things and prevent unforeseen behavior.
;; This suits better our current pace of development.
(defcustom cljr-injected-middleware-version "3.10.0"
(defcustom cljr-injected-middleware-version "3.11.0"
"The refactor-nrepl version to be injected.

You can customize this in order to try out new releases.
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.