All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.
v0.4.0 - 2022-06-30
- The
OutputHandler
interface now requires one more method (Debug
) to be implemented - Bump up deps #11
v0.3.0 - 2021-09-12
- New options
--retry-timeout
/--retry-interval
to control connection retries #7
- The
nrepl
andprepl
clients now take aConnBuilder
on construction instead of a pair ofHost
andPort
.
v0.2.0 - 2021-08-24
- New option
--init-ns
to specify initial REPL namespace #3 - New option
--init
to load a file before execution #4
- 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 - 2021-08-14
- Same as v0.1.0, but fixes a Homebrew release bug
v0.1.0 - 2021-08-14
- First release