Releases: athos/trenchman
Releases · athos/trenchman
v0.4.0
Added
- Support for
nrepl+unix
connections #8
--debug
option for printing debug info #10
Changed
- The
OutputHandler
interface now requires one more method (Debug
) to be implemented
- Bump up deps #11
v0.3.0
Added
- New options
--retry-timeout
/ --retry-interval
to control connection retries #7
Changed
- The
nrepl
and prepl
clients now take a ConnBuilder
on construction instead of a pair of Host
and Port
v0.2.0
Added
- New option
--init-ns
to specify initial REPL namespace #3
- New option
--init
to load a file before execution #4
Changed
- Add newlines to each prelude message to work around a bug in ClojureScript's prepl server #5
- Command-line args can now be passed to
-main
#6
v0.1.1
Same as v0.1.0, but fixes a Homebrew release bug