Releases: lambdaisland/launchpad
Releases · lambdaisland/launchpad
Release list
v0.53.238-alpha
Changed
- Bump Launchpad's own dependencies, and the default versions of dependencies it injects
v0.52.234-alpha
Fixed
- Fix lingering tools.deps.alpha reference
v0.50.226-alpha
Fixed
- Preserve & relativize to JVM proc root the shadow-cljs per-build
[:js-options :js-package-dirs].
v0.49.220-alpha
Fixed
- Fix a regression in the handling of the
--vs-codeflag
Changed
- Bump dependencies
v0.48.215-alpha
Added
Fixed
- Preserve per-build
:js-optionsinmerged-shadow-config. Previously the
root project's builds had their:js-optionsunconditionally replaced with
{}, which clobbered settings like:js-provider :externaland
:external-index. Now the root project's:js-optionsare left untouched,
and submodule builds get:js-package-dirsmerged into their existing
:js-optionsrather than replacing them.
Changed
v0.47.210-alpha
Added
- Added
:extra-java-args, especially useful fromdeps.local.edn
Fixed
Changed
v0.46.204-alpha
Added
- Added the
-XX:+EnableDynamicAgentLoadingflag, so nREPL can correctly load its agent
v0.45.201-alpha
v0.44.193-alpha
Added
- Two more JVM flags are enabled by default
-J-Dclojure.main.report=stderr: make Clojure print stacktraces
immediately, instead of writing them to a file-J-Djdk.attach.allowAttachSelf: enable interrupting an nREPL evaluation
v0.43.186-alpha
Added
- Add
--no-prefixor{:launchpad/options {:prefix false}}to hide the
start-of-line per-process prefix in the output