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 11#+TITLE: Changelog
22
33* Unreleased
4+ ** Added
5+ *** alias: `:lib/component-repl` REPL workflow for Component library
6+ *** alias: `:lib/integrant-repl` REPL workflow for Integrant library
47** Changed
58*** DEPRECATED: `:lib/reloaded` & `:lib/tools-ns` - use `:dev/reloaded`
69*** DEPRECATED: `lib/nrepl` little value without a `:main-opts` configuration
Original file line number Diff line number Diff line change 199199 com.bhauman/rebel-readline {:mvn/version " 0.1.4" }
200200 djblue/portal {:mvn/version " 0.40.0" } ; portal data inspector
201201 clj-commons/clj-yaml {:mvn/version " 1.0.26" } ; portal yaml support (optional)
202- integrant/repl {:mvn/version " 0.3.2" }
203202 org.clojure/tools.namespace {:mvn/version " 1.4.4" }
204203 org.clojure/tools.trace {:mvn/version " 0.7.11" }
205204 org.slf4j/slf4j-nop {:mvn/version " 2.0.7" }
265264 " --interactive"
266265 " -f" " rebel-readline.main/-main" ]}
267266
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+
268274 ; ; End of remote REPL connections
269275 ; ; ---------------------------------------------------
270276
You can’t perform that action at this time.
0 commit comments