Releases: lambdaisland/launchpad
Releases · lambdaisland/launchpad
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
v0.11.59-alpha
Added
Fixed
Changed
v0.10.54-alpha
Fixed
- Fixes cljdoc build. There should be no changes to launchpad users.
v0.9.49-alpha
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
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 {...}
indeps.local.edn
- Clean up output
Added
--go
flag, automatically call(user/go)
v0.7.39-alpha
Fixed
- Fixed previous botched release
v0.6.36-alpha
Fixed
- Handle missing
.env
or.env.local
v0.5.33-alpha
Fixed
- Handle missing
deps.local.edn
v0.4.29-alpha
Fixed
- Make sure
--cider-nrepl
works, even whenemacsclient
is not available,
e.g. for Calva
v0.3.26-alpha
Added
- Watch .env / .env.local
Changed
- Improve shadow-cljs support