Cider Nrepl Versions Save

A collection of nREPL middleware to enhance Clojure editors with common functionality like definition lookup, code completion, etc.

v0.28.7

1 year ago

Changes

  • Bump orchard to 0.11.0 (this adds support for Spec 2).

v0.28.6

1 year ago

Changes

  • Bump orchard to version 0.10.0.
  • Bump compliment to version 0.3.14.
  • Bump fipp to 0.6.26.
  • Bump cljfmt to 0.9.0.

v0.28.4

1 year ago

Bugs Fixed

  • #751: Skip unmapping of default imports in undef-all op.

Changes

  • Use tools.namespace1.3.0.

v0.28.5

1 year ago

Changes

  • Bump compliment to version 0.3.13.

v0.27.3

2 years ago

Bugs fixed

  • #733: middleware.out: remove reflection.
  • #719: middleware.test: gracefully handle exceptions thrown within fixtures.
  • #722: middleware.format: print otherwise non-serializable objects as strings.
  • #708: Upgrade Compliment, improving how autocompletion works in Windows.
  • #713: Fix a regression in test results formatting.

v0.26.0

3 years ago

New features

  • #694: [Inspector] Configure truncation limits.

Bugs fixed

  • Update clj-suitable to version 0.4 and re-enable enhanced completions for shadow-cljs.

v0.25.5

3 years ago

Bugs Fixed

  • #684: Fix delayed middleware loading issue.
  • #683: Support custom print-methods in test reports.

v0.22.0

4 years ago

New features

  • #605: Added a option for filtering vars to the ns-vars middleware.
  • Added xref middleware providing fn-deps and fn-refs ops.
  • #628: Added clojuredocs middleware providing clojuredocs-lookup and clojuredocs-refresh-cache ops.
  • #633 Added runtime code completion for ClojureScript via suitable.

Bugs fixed

  • Fix some functions defined with def not being properly font locked when using dynamic font locking for ClojureScript.
  • #618: Fix apropos to honor exclude-regexps to filter out namespaces by regex
  • #605: Fix ns-vars-with-meta to return public vars.

Changes

  • (Breaking) Removed the cider.nrepl.main namespace. The functionality in it has been superseded by nrepl.cmdline.
  • #615: (Breaking) Removed the cider.tasks/nrepl-server custom task.

v0.21.1

5 years ago

New features

  • Add a wrapper function for zprint, suitable for using with nrepl.middleware.print.

v0.19.0

5 years ago

New features

  • #546: Added support for matcher-combinators to the test middleware.
  • #556: Added configuration option for cljfmt to the format middleware.
  • #558: Added the ns-aliases op to the ns middleware.

Changes

  • #550: Always return test documentation messages as strings.
  • #563: Add :root-ex key to error summary that contains the classname of the root cause.

Bugs fixed

  • #573: Fix inspector silently doing nothing if eval errored