Releases: lambdaisland/launchpad
Releases · lambdaisland/launchpad
v0.21.106-alpha
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
Changed
- Upgrade dependencies
v0.19.100-alpha
Changed
- Upgrade dependencies
v0.18.97-alpha
Fixed
- Fix an issue with
.env
reloading messing up Java's env var representation
v0.17.93-alpha
Added
- shadow-build-ids options
v0.16.88-alpha
Changed
- Bump dependencies
v0.15.79-alpha
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
Added
- Add support for top-level shadow-cljs config/builds, not only sub-project builds
Fixed
- Better handle
:paths
indeps.local.edn
, ensure they are picked up at boot,
not only at first classpath reload
v0.13.67-alpha
Added
Fixed
Changed
v0.12.64-alpha
Added
- Write the current classpath to
.cpcache/launchpad.cp
, for integrating third
parties like clojure-lsp. (configurecat .cpache/launchpad.cp
as your
:classpath-cmd
) - Call
(user/go)
in atry/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
fromdeps.local.edn
at startup, not at the first
classpath reload
Changed
- Disable directory-watcher file hashing, it gets prohibitively slow