- Support for
hawk
options
- Make
new-garden-watcher
function accept optional argument withhawk
options. Example of usinghawk
options can be found in Polling Watches.
- Update dependencies
- com.stuartsierra/component {:mvn/version "0.4.0"} -> {:mvn/version "1.0.0"}
- org.clojure/java.classpath {:mvn/version "0.3.0"} -> {:mvn/version "1.0.0"}
- garden {:mvn/version "1.3.9"} -> {:mvn/version "1.3.10"}
- Support for *.cljc files
- Make namespace to file path conversion (and vice versa) more robust
- Make classpath detection more robust
0.3.5 - 2019-11-09
- Fixed order or
start-garden-watcher!
andcompile-garden-namespaces
0.3.4 - 2019-11-08
- Upgrade dependencies
start-garden-watcher!
/stop-garden-watcher!
, for people using e.g. Integrant instead of Component
0.3.3 - 2018-10-15
- Upgrade dependencies
0.3.2 - 2017-08-14
- Remove second println when stopping the component
0.3.1 - 2017-03-09
- Added missing dependency:
org.clojure/java.classpath
0.3.0 - 2017-02-10
- Made component idempotent
0.2.0 - 2016-12-29
- Renamed to
lambdaisland/garden-watcher
- Initial version, released as
lambdaisland/garden-reloader