Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.85 KB

CHANGELOG.md

File metadata and controls

42 lines (32 loc) · 1.85 KB

Changelog

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

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 - 2021-09-12

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 - 2021-08-24

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 - 2021-08-14

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

v0.1.0 - 2021-08-14

  • First release