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 11#+TITLE: Changelog
22
33* Unreleased
4+ ** Changed
5+ *** DEPRECATED: `:lib/reloaded` & `:lib/tools-ns` - use `:dev/reloaded`
46
57* 2023-04-26
68** Added
Original file line number Diff line number Diff line change 1010{:aliases
1111
1212 {; ; ---------------------------------------------------
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+ ; ; ---------------------------------------------------
1329 ; ; REPL's
1430
1531 ; ; Simple nREPL server REPL, headless
Original file line number Diff line number Diff line change 108108 :git/sha " e4fb92eef724fa39e29b39cc2b1a850567d490dd" }
109109 org.slf4j/slf4j-nop {:mvn/version " 2.0.7" }}}
110110
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-
123111 ; ; Highlight important aspects of error stack trace using ANSI formatting
124112 ; ; https://github.com/AvisoNovate/pretty
125113 :lib/pretty-errors
You can’t perform that action at this time.
0 commit comments