Skip to content

Releases: lambdaisland/launchpad

v0.43.186-alpha

24 Apr 17:59
Compare
Choose a tag to compare

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

01 Mar 08:23
Compare
Choose a tag to compare

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

28 Feb 06:25
Compare
Choose a tag to compare

Fixed

  • correctly handle .env / .env.local file creation and deletion

v0.40.174-alpha

25 Feb 12:22
Compare
Choose a tag to compare

Fixed

  • Honor aliases both from deps.local.edn and CLI args

v0.39.171-alpha

25 Feb 09:34
Compare
Choose a tag to compare

Fixed

  • Bring back passing in aliases at the command line

v0.38.168-alpha

25 Feb 08:05
Compare
Choose a tag to compare

Changed

  • Upgrade dependencies

v0.37.162-alpha

11 Feb 10:21
Compare
Choose a tag to compare

Fixed

  • Add an :nrepl.middleware/descriptor to silence the warning

v0.36.159-alpha

09 Feb 13:39
Compare
Choose a tag to compare

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

09 Jan 08:48
Compare
Choose a tag to compare

Fixed

  • Fix --emacs flag

v0.34.152-alpha

04 Dec 15:18
Compare
Choose a tag to compare

Changed

  • Use lambdaisland/cli for cli arg handling
  • Dependency upgrades