Skip to content

nREPL 0.4.4

Compare
Choose a tag to compare
@bbatsov bbatsov released this 31 Jul 17:02
· 641 commits to master since this release

New features

  • Added --help command-line option.
  • Added --bind command-line option.
  • Added --handler and --middleware command-line options. Extremely useful when starting nREPL using
    clj and tools.deps, as this allows you to inject middleware trivially without the need for
    something like lein or boot.

See http://nrepl.readthedocs.io/en/latest/usage/ for more details on how to load 3rd-party middleware using --middleware.

Bugs fixed

  • Add missing newline after colorized values displayed in the REPL.