Skip to content

Releases: lambdaisland/launchpad

v0.53.238-alpha

Choose a tag to compare

@plexus plexus released this 03 Jul 08:18

Changed

  • Bump Launchpad's own dependencies, and the default versions of dependencies it injects

v0.52.234-alpha

Choose a tag to compare

@plexus plexus released this 29 Jun 10:12

Fixed

  • Fix lingering tools.deps.alpha reference

v0.50.226-alpha

Choose a tag to compare

@plexus plexus released this 19 Jun 14:57

Fixed

  • Preserve & relativize to JVM proc root the shadow-cljs per-build
    [:js-options :js-package-dirs].

v0.49.220-alpha

Choose a tag to compare

@plexus plexus released this 29 Apr 06:17

Fixed

  • Fix a regression in the handling of the --vs-code flag

Changed

  • Bump dependencies

v0.48.215-alpha

Choose a tag to compare

@plexus plexus released this 04 Mar 07:55

Added

Fixed

  • Preserve per-build :js-options in merged-shadow-config. Previously the
    root project's builds had their :js-options unconditionally replaced with
    {}, which clobbered settings like :js-provider :external and
    :external-index. Now the root project's :js-options are left untouched,
    and submodule builds get :js-package-dirs merged into their existing
    :js-options rather than replacing them.

Changed

v0.47.210-alpha

Choose a tag to compare

@plexus plexus released this 02 Mar 12:58

Added

  • Added :extra-java-args, especially useful from deps.local.edn

Fixed

Changed

v0.46.204-alpha

Choose a tag to compare

@plexus plexus released this 04 Feb 12:29

Added

  • Added the -XX:+EnableDynamicAgentLoading flag, so nREPL can correctly load its agent

v0.45.201-alpha

Choose a tag to compare

@plexus plexus released this 25 Sep 08:43

Added

Fixed

Changed

v0.44.193-alpha

Choose a tag to compare

@plexus plexus released this 18 Aug 15:19

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

Choose a tag to compare

@plexus plexus released this 24 Apr 17:59

Added

  • Add --no-prefix or {:launchpad/options {:prefix false}} to hide the
    start-of-line per-process prefix in the output

Fixed

Changed