Skip to content

Releases: lambdaisland/launchpad

v0.11.59-alpha

21 Oct 19:29
Compare
Choose a tag to compare

Added

Fixed

Changed

v0.10.54-alpha

21 Oct 18:55
Compare
Choose a tag to compare

Fixed

  • Fixes cljdoc build. There should be no changes to launchpad users.

v0.9.49-alpha

12 Oct 09:11
Compare
Choose a tag to compare

Fixed

  • Couple the lifetime of the Clojure process to the lifetime of launchpad, exit
    launchpad when the process dies, and kill the process when launchpad exits

v0.8.46-alpha

07 Oct 11:48
Compare
Choose a tag to compare

Fixed

  • Fixed some of the watching behavior
  • Watch files even if they don't yet exist (pick up when they get created)
  • Better deal with :aliases {...} in deps.local.edn
  • Clean up output

Added

  • --go flag, automatically call (user/go)

v0.7.39-alpha

22 Sep 10:42
Compare
Choose a tag to compare

Fixed

  • Fixed previous botched release

v0.6.36-alpha

22 Sep 10:37
Compare
Choose a tag to compare

Fixed

  • Handle missing .env or .env.local

v0.5.33-alpha

22 Sep 10:32
Compare
Choose a tag to compare

Fixed

  • Handle missing deps.local.edn

v0.4.29-alpha

22 Sep 07:35
Compare
Choose a tag to compare

Fixed

  • Make sure --cider-nrepl works, even when emacsclient is not available,
    e.g. for Calva

v0.3.26-alpha

20 Sep 10:43
Compare
Choose a tag to compare

Added

  • Watch .env / .env.local

Changed

  • Improve shadow-cljs support

v0.2.20-alpha

15 Sep 07:07
Compare
Choose a tag to compare

Added

  • Add nrepl/nrepl as an extra dependency by default (#1)