File tree Expand file tree Collapse file tree 3 files changed +18
-12
lines changed Expand file tree Collapse file tree 3 files changed +18
-12
lines changed Original file line number Diff line number Diff line change 1
1
#+TITLE: Changelog
2
2
3
3
* Unreleased
4
+ ** Changed
5
+ *** DEPRECATED: `:lib/reloaded` & `:lib/tools-ns` - use `:dev/reloaded`
4
6
5
7
* 2023-04-26
6
8
** Added
Original file line number Diff line number Diff line change 10
10
{:aliases
11
11
12
12
{; ; ---------------------------------------------------
13
+ ; ; Development environment
14
+
15
+ ; ; DEPRECATED - use `:dev/reloaded`
16
+ ; ; Refresh the current namespace in a running REPL
17
+ :lib/tools-ns
18
+ {:extra-deps {org.clojure/tools.namespace {:mvn/version " 1.4.4" }}}
19
+
20
+ ; ; DEPRECATED - use `:dev/reloaded`
21
+ :lib/reloaded
22
+ {:extra-deps {org.clojure/tools.namespace {:mvn/version " 1.4.4" }
23
+ org.clojure/tools.deps.alpha {:git/url " https://github.com/clojure/tools.deps.alpha"
24
+ :git/sha " e4fb92eef724fa39e29b39cc2b1a850567d490dd" }
25
+ com.brunobonacci/mulog {:mvn/version " 0.9.0" }}}
26
+ ; ; ---------------------------------------------------
27
+
28
+ ; ; ---------------------------------------------------
13
29
; ; REPL's
14
30
15
31
; ; Simple nREPL server REPL, headless
Original file line number Diff line number Diff line change 108
108
:git/sha " e4fb92eef724fa39e29b39cc2b1a850567d490dd" }
109
109
org.slf4j/slf4j-nop {:mvn/version " 2.0.7" }}}
110
110
111
- ; ; Refresh the current namespace in a running REPL
112
- :lib/tools-ns
113
- {:extra-deps {org.clojure/tools.namespace {:mvn/version " 1.4.4" }}}
114
-
115
- ; ; DEPRECATED
116
- :lib/reloaded
117
- {:extra-deps {org.clojure/tools.namespace {:mvn/version " 1.4.4" }
118
- org.clojure/tools.deps.alpha {:git/url " https://github.com/clojure/tools.deps.alpha"
119
- :git/sha " e4fb92eef724fa39e29b39cc2b1a850567d490dd" }
120
- org.slf4j/slf4j-nop {:mvn/version " 2.0.7" }
121
- com.brunobonacci/mulog {:mvn/version " 0.9.0" }}}
122
-
123
111
; ; Highlight important aspects of error stack trace using ANSI formatting
124
112
; ; https://github.com/AvisoNovate/pretty
125
113
:lib/pretty-errors
You can’t perform that action at this time.
0 commit comments