- #540: Added support for nREPL 0.4.
- #532: Added a boot task to start the nREPL server (allows us to run nREPL 0.4 before boot upgrades to it).
- Drop "official" support for Java 7 and Clojure 1.7 (although they might still work for a while).
- Extract the
info
related functionality toorchard
.
- #535: Check for cemerick/piggieback, before checking for cider/piggieback.
- #542: Qualify references to
*out*
and*err*
inwrap-out
.
- Extracted part of the nREPL-agnostic functionality to
orchard
. - Added a profiling middleware.
- Support for orchard var-query in apropos.
- Support for orchard var-query in test, introducing new test-var-query.
- Remove support for cljx.
- Remove support for piggieback 0.1.x.
- Add support for piggieback 0.3 or newer (aka
cider/piggieback
). - Deprecate the
test
andtest-all
ops. - Deprecated non-test-var filters in the
apropos
middleware.