Releases: lambdaisland/classpath
Releases · lambdaisland/classpath
v0.4.44
Added
- [watcher] Add a
:watch-paths
option, to watch additional files. Presumable
in combination with a custom :basis-fn
v0.3.40
Added
- [watcher] Support for custom basis-fn
- [watcher] Check for aliases in
:extra
deps file
Fixed
- [watcher] Fix watcher stop! function
Changed
v0.2.37
Changed
- Upgrade directory-watcher to the latest version
- Prefix output from watch-deps with
[watch-deps]
- Print a message when the watcher triggers, but no classpath changes are made
v0.1.33
- Fix typo in the README's example and one in doc-string
Added
- Support watching multiple
deps.edn
files referenced via :local/root
Fixed
Changed