- Use new
nrepl
andcider/piggieback
dependencies - Add
:cljs-repl-opts
tostart-repl
, allows passing CLJS Repl options
- Default to both REPL and console printing (#43)
- Add
repl-env
task which should be useful withcider-jack-in
(#42)
(0.3.1 release is broken)
- BREAKING: Revisited dependency handling, user is now forced to add direct dependencies to REPL libraries
- Filter ids
by-path
instead ofby-name
for consistency with other tasks - Add
nrepl-opts
option - Only modify
.cljs.edn
when it has changed
For full change log check https://github.com/adzerk-oss/boot-cljs-repl/compare/0.1.9...0.2.0
- Use Boot 2.0.0 API
- Add
ws-host
andsecure
options - Add
ids
option to specify to what builds specified by.cljs.edn
files cljs-repl should be injected into - Ignore nodejs builds