Skip to content

Releases: lambdaisland/launchpad

v0.22.110-alpha

17 Jan 15:11
Compare
Choose a tag to compare

Added

  • Allow setting :java-args, :middleware, :eval-forms directly from the top-level opts
  • Add facilities for running nested processes, lauchpad/run-process

v0.21.106-alpha

10 Jan 16:16
Compare
Choose a tag to compare

Fixed

  • Add an explicit dependency on guava, to make sure we don't get old versions
    that clash with shadow-cljs

v0.20.103-alpha

10 Jan 16:11
Compare
Choose a tag to compare

Changed

  • Upgrade dependencies

v0.19.100-alpha

10 Jan 16:06
Compare
Choose a tag to compare

Changed

  • Upgrade dependencies

v0.18.97-alpha

14 Nov 10:53
Compare
Choose a tag to compare

Fixed

  • Fix an issue with .env reloading messing up Java's env var representation

v0.17.93-alpha

06 Sep 12:26
Compare
Choose a tag to compare

Added

  • shadow-build-ids options

v0.16.88-alpha

08 Mar 12:07
Compare
Choose a tag to compare

Changed

  • Bump dependencies

v0.15.79-alpha

20 Jan 10:44
Compare
Choose a tag to compare

Added

  • Allow setting nrepl port/bind from CLI
  • Provide a warning when connecting to emacs fails, rather than exiting

Changed

  • Dependency version bumps

v0.14.72-alpha

12 Dec 09:27
Compare
Choose a tag to compare

Added

  • Add support for top-level shadow-cljs config/builds, not only sub-project builds

Fixed

  • Better handle :paths in deps.local.edn, ensure they are picked up at boot,
    not only at first classpath reload

v0.13.67-alpha

25 Nov 11:12
Compare
Choose a tag to compare

Added

Fixed

Changed