Skip to content

Releases: lambdaisland/launchpad

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

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