- #40: Don't throw exception on warnings.
- #40: Don't let compilation errors crash the watch-and-recompile loop.
- #39: Throw exception if compilation failed.
The first version published under clj-commons.
- Drop
lein-virgil
plugin. - Bump ASM to support latest JDK and Clojure versions.
- Rework public API functions.
- Remove dependency on
tools.namespace
. Users wishing to reload namespaces after Java code changes can pass a custom hook tovirgil/watch-and-recompile
.
The final version published by Zach Tellman. Last
version to contain lein-virgil
plugin.