cider Atom Feed

Description
Clojure Interactive Development Environment that Rocks
Latest
cider-1.20.0.0.20251105.93303.tar (.sig), 2025-Nov-07, 1.27 MiB
Maintainer
Bozhidar Batsov <bozhidar@batsov.dev>
Website
https://www.github.com/clojure-emacs/cider
Browse ELPA's repository
CGit or Gitweb
Badge

To install this package from Emacs, use package-install or list-packages.

Full description

Provides a Clojure interactive development environment for Emacs, built on
top of nREPL.  See https://docs.cider.mx for more details.

Old versions

cider-1.20.0snapshot0.20251028.60325.tar.lz2025-Oct-28 236 KiB
cider-1.20.0snapshot0.20251027.155205.tar.lz2025-Oct-27 236 KiB
cider-1.20.0snapshot0.20251022.140707.tar.lz2025-Oct-22 236 KiB
cider-1.20.0snapshot0.20251018.40438.tar.lz2025-Oct-18 235 KiB
cider-1.20.0snapshot0.20251016.172215.tar.lz2025-Oct-16 235 KiB
cider-1.20.0snapshot0.20250902.153000.tar.lz2025-Sep-02 235 KiB
cider-1.20.0snapshot0.20250827.93342.tar.lz2025-Aug-27 235 KiB
cider-1.19.0snapshot0.20250710.72009.tar.lz2025-Jul-10 235 KiB
cider-1.9.0.0.20231024.195502.tar.lz2023-Oct-24 228 KiB
cider-1.2.0.0.20220104.100235.tar.lz2022-Jan-04 189 KiB

News

Changelog

master (unreleased)

1.20.0 (2025-11-05)

New features
  • #3847: Inspector: tidy up namespaced-qualified keywords.
Changes
  • Bump the injected nrepl to 1.5.1.
      • nrepl#385: Preserve filename in functions compiled during regular eval.
  • Bump the injected piggieback to 0.6.1.
  • Bump the injected cider-nrepl to 0.58.0.
  • #3834: Change cider-ns-refresh to always use Clojure REPL.
Bugs fixed
  • #3832: Fix nrepl--eval-request sending duplicate info.
  • #3837: Fix broken stacktrace response when C-c C-p throws an exception.
  • orchard#353: Stacktrace: flag Clojure functions as duplicate.
  • orchard#355: Java: resolve source files for non-base JDK classes.
  • #3834: Fix cider-ns-refresh throwing an error when a Clojure REPL exists, but cider-current-repl does not support the required operations.
  • #3848: Format: fix cider-format crashing when format options are set.

1.19.0 (2025-07-10)

New features
  • #3359: Add customizable default connection params (see cider-connect-default-params and cider-connect-default-cljs-params).
  • #3828: Inspector: diff mode.
  • #3828: Inspector: sorting maps by keys.
Changes
  • Bump the injected cider-nrepl to 0.57.0.
  • #3816: (Breaking) Remove enrich-classpath support from cider-jack-in.
  • #3817: Enable cider-download-java-sources by default.

1.18.0 (2025-04-30)

New features
  • #3802: Inspector analytics.
  • #3802: Inspector table view-mode.
  • #3813: Inspector pretty-printing mode.
  • #3810: Inspector: C-c C-p to pretty-print the currently inspected value.
  • orchard#320: Info: recognize printed Java classes/methods and munged Clojure functions in stacktrace outputs.
Changes
  • #3782: Drop official support for Emacs 26.
  • #3812: (Breaking) Remove support for Boot.
  • #3793: (Breaking) Remove features that relied on printed exception parsing: ... ...