Skip to content

Releases: lambdaisland/launchpad

v0.31.142-alpha

15 Jul 10:44
Compare
Choose a tag to compare

Added

  • Warn when merging shadow-cljs configs and build-ids conflict

v0.30.139-alpha

12 Jun 12:30
Compare
Choose a tag to compare

Changed

  • Make sure child processes are killed when launchpad receives a INT/TERM/KILL signal

v0.29.135-alpha

03 Jun 09:35
Compare
Choose a tag to compare

Added

  • Add new flag :trace-load?, which sets the *loading-verbosely* var at startup
  • Support watching entire directories through the file watcher interface

v0.28.129-alpha

27 Feb 08:58
Compare
Choose a tag to compare

Added

  • Print aliases being used
  • Add two-arg (uncurried) run-process

v0.27.126-alpha

26 Feb 10:52
Compare
Choose a tag to compare

Changed

  • Merge consecutive calls to lambdaisland.launchpad.watcher/watch!, so it's
    easier to use from user code
  • Don't show full clojure invocation by default, can be seen with --verbose

v0.26.123-alpha

29 Jan 07:20
Compare
Choose a tag to compare

Fixed

  • Fix the --portal/:portal option

v0.25.120-alpha

22 Jan 12:36
Compare
Choose a tag to compare

Added

  • Additional flags for injection Portal, Sayid, debug-repl
  • --vs-code as alias for --cider-nrepl
  • Allow setting options as a map (:launchpad/options) in deps.local.edn /
    ~/clojure/deps.edn

Changed

  • More succinct and nice looking output on boot. Only show nREPL port and launchpad flags.

v0.24.117-alpha

22 Jan 07:45
Compare
Choose a tag to compare

Changed

  • Immediately initialize the context with the current system environment, so
    that it is available even in start-steps.

v0.23.114-alpha

22 Jan 07:31
Compare
Choose a tag to compare

Added

  • Inject shadow-cljs deps when needed and not already present
  • Support for more fine grained step customization with start-steps/end-steps/pre-steps/post-steps

Changed

  • Check deps before injecting extra deps (cider, nrepl, shadow, etc). Declared
    deps versions always get precedence.
  • More succinct output while starting up
  • Show command line invocations that are being run

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