File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
#+TITLE: Changelog
2
2
3
3
* Unreleased
4
+ ** Added
5
+ *** alias: `:lib/component-repl` REPL workflow for Component library
6
+ *** alias: `:lib/integrant-repl` REPL workflow for Integrant library
4
7
** Changed
5
8
*** DEPRECATED: `:lib/reloaded` & `:lib/tools-ns` - use `:dev/reloaded`
6
9
*** DEPRECATED: `lib/nrepl` little value without a `:main-opts` configuration
Original file line number Diff line number Diff line change 199
199
com.bhauman/rebel-readline {:mvn/version " 0.1.4" }
200
200
djblue/portal {:mvn/version " 0.40.0" } ; portal data inspector
201
201
clj-commons/clj-yaml {:mvn/version " 1.0.26" } ; portal yaml support (optional)
202
- integrant/repl {:mvn/version " 0.3.2" }
203
202
org.clojure/tools.namespace {:mvn/version " 1.4.4" }
204
203
org.clojure/tools.trace {:mvn/version " 0.7.11" }
205
204
org.slf4j/slf4j-nop {:mvn/version " 2.0.7" }
265
264
" --interactive"
266
265
" -f" " rebel-readline.main/-main" ]}
267
266
267
+ ; ; Component REPL libraries
268
+ :lib/integrant-repl
269
+ {:extra-deps {integrant/repl {:mvn/version " 0.3.2" }}}
270
+
271
+ :lib/component-repl
272
+ {:extra-deps {com.stuartsierra/component.repl {:mvn/version " 1.0.0" }}}
273
+
268
274
; ; End of remote REPL connections
269
275
; ; ---------------------------------------------------
270
276
You can’t perform that action at this time.
0 commit comments