nREPL 0.6
The most important user-visible change in this release is the replacement of the middleware with a new middleware. Here’s a summary of the new middleware’s options are summarised below:
Note: The options are namespaced for two reasons – to avoid conflicts with older middlewares and to highlight the fact that printing is Clojure-specific and not part of the language-agnostic nREPL protocol. The following options are supported:
Note: Just like that middleware, the middleware is also Clojure-specific and not considered part of nREPL’s generic protocol.
Source: metaredux.com