Releases: lambdaisland/launchpad
Releases · lambdaisland/launchpad
v0.43.186-alpha
Added
- Add
--no-prefix
or{:launchpad/options {:prefix false}}
to hide the
start-of-line per-process prefix in the output
Fixed
Changed
v0.42.182-alpha
Fixed
- Make sure CLI flags can negate options set in
.clojure/deps.edn
/
deps.local.edn
, e.g.{:launchpad/options {:emacs true}}
with
--no-cider-connect
v0.41.179-alpha
Fixed
- correctly handle .env / .env.local file creation and deletion
v0.40.174-alpha
Fixed
- Honor aliases both from
deps.local.edn
and CLI args
v0.39.171-alpha
Fixed
- Bring back passing in aliases at the command line
v0.38.168-alpha
Changed
- Upgrade dependencies
v0.37.162-alpha
Fixed
- Add an
:nrepl.middleware/descriptor
to silence the warning
v0.36.159-alpha
Added
--[no-]namespace-maps
option (disable*print-namespace-maps*
)
Changed
- Boolean flags are now defined as
--[no-]...
, so that you can override
local/global/project defaults from the command line, e.g.bin/launchpad --no-go
v0.35.156-alpha
Fixed
- Fix
--emacs
flag
v0.34.152-alpha
Changed
- Use lambdaisland/cli for cli arg handling
- Dependency upgrades