Trenchman Versions Save

A standalone nREPL/prepl client written in Go and heavily inspired by Grenchman

v0.4.0

1 year ago

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

2 years ago

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

2 years ago

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

2 years ago

Same as v0.1.0, but fixes a Homebrew release bug

v0.1.0

2 years ago

First release