Skip to content

Releases: lambdaisland/launchpad

v0.12.64-alpha

26 Oct 09:56
Compare
Choose a tag to compare

Added

  • Write the current classpath to .cpcache/launchpad.cp, for integrating third
    parties like clojure-lsp. (configure cat .cpache/launchpad.cp as your
    :classpath-cmd)
  • Call (user/go) in a try/catch
  • Start the watcher on a separate thread, it can take a long time to boot, and
    meanwhile we shouldn't block REPL startup.

Fixed

  • Pick up any :deps from deps.local.edn at startup, not at the first
    classpath reload

Changed

  • Disable directory-watcher file hashing, it gets prohibitively slow

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