|
2 | 2 |
|
3 | 3 | ## Unreleased
|
4 | 4 |
|
5 |
| -* [clojure-emacs/clj-refactor.el#443](https://github.com/clojure-emacs/clj-refactor.el/issues/443) `clean-ns` support namespaces with js literal (#js). |
6 |
| -* [#251](https://github.com/clojure-emacs/refactor-nrepl/pull/251) `clean-ns` support extra message key `relative-path`, which will be used if `path` does not exist. |
7 |
| -* [#256](https://github.com/clojure-emacs/refactor-nrepl/pull/256) ignore malformed artifact coordinates when fetching from Clojars. |
8 |
| -* [#264](https://github.com/clojure-emacs/refactor-nrepl/pull/264) less bandwidth used to fetch artifacts from Clojars |
9 |
| -* [#268](https://github.com/clojure-emacs/refactor-nrepl/pull/268) added support for fetching artifact versions from Clojars |
10 |
| -* [#271](https://github.com/clojure-emacs/refactor-nrepl/pull/271) improved shadow-cljs support |
| 5 | +### New features |
| 6 | + |
| 7 | +* [clojure-emacs/clj-refactor.el#443](https://github.com/clojure-emacs/clj-refactor.el/issues/443): `clean-ns` support namespaces with js literal (#js). |
| 8 | +* [#251](https://github.com/clojure-emacs/refactor-nrepl/pull/251): `clean-ns` support extra message key `relative-path`, which will be used if `path` does not exist. |
| 9 | +* [#264](https://github.com/clojure-emacs/refactor-nrepl/pull/264): Less bandwidth used to fetch artifacts from Clojars. |
| 10 | +* [#268](https://github.com/clojure-emacs/refactor-nrepl/pull/268): Added support for fetching artifact versions from Clojars. |
| 11 | +* [#271](https://github.com/clojure-emacs/refactor-nrepl/pull/271): Improved shadow-cljs support. |
| 12 | + |
| 13 | +### Bugs fixed |
| 14 | + |
| 15 | +* [#256](https://github.com/clojure-emacs/refactor-nrepl/pull/256): Ignore malformed artifact coordinates when fetching from Clojars. |
11 | 16 |
|
12 | 17 | ## 2.4.0
|
13 | 18 |
|
14 |
| -* [#231](https://github.com/clojure-emacs/refactor-nrepl/issues/231) hotload-dependencies temporarily disabled due to java 10 issues. |
15 |
| -* [#215](https://github.com/clojure-emacs/refactor-nrepl/issues/215) Support JVM system proxy in mvn artifacts listing |
16 |
| -* [#198](https://github.com/clojure-emacs/refactor-nrepl/issues/198) Delay middleware loading to speed up initialization. |
17 |
| -* Bump [mranderson](https://github.com/benedekfazekas/mranderson) version to fix leiningen 2.8.x incompatibility issues |
18 |
| -* Drop Clojure 1.7.0 support |
| 19 | +### New features |
| 20 | + |
| 21 | +* [#215](https://github.com/clojure-emacs/refactor-nrepl/issues/215): Support JVM system proxy in mvn artifacts listing. |
| 22 | + |
| 23 | +### Changes |
| 24 | + |
| 25 | +* [#231](https://github.com/clojure-emacs/refactor-nrepl/issues/231): Hotload-dependencies temporarily disabled due to java 10 issues. |
| 26 | +* [#198](https://github.com/clojure-emacs/refactor-nrepl/issues/198): Delay middleware loading to speed up initialization. |
| 27 | +* Drop Clojure 1.7.0 support. |
| 28 | + |
| 29 | +### Bugs fixed |
| 30 | + |
| 31 | +* Bump [mranderson](https://github.com/benedekfazekas/mranderson): Version to fix leiningen 2.8.x incompatibility issues. |
19 | 32 |
|
20 | 33 | ## 2.3.1
|
21 | 34 |
|
|
0 commit comments