Skip to content

inf-clojure 2.0

Compare
Choose a tag to compare
@bbatsov bbatsov released this 01 May 17:44
· 206 commits to master since this release

New Features

  • #63: Fix spurious process output on init.
  • #57: Add inf-clojure-connect.
  • #66: Add Planck support.
  • #51: Commands do not prompt by default anymore, unless they receive a non-nil prefix argument.
  • #44: Add REPL types and Lumo support.
  • #50: Rename defcustoms to inf-clojure-*-form where appropriate.
  • #34: Add support for socket REPL connections.
  • New interactive command inf-clojure-display-version.
  • #42: Add a defcustom controlling the window in which the REPL buffer is displayed (inf-clojure-repl-use-same-window).
  • Font-lock the code in the REPL.
  • Handle properly ANSI color escape sequences in the REPL.
  • #41: Add a command to quit the REPL (it's bound to C-c C-q).
  • #29: Add a command to restart the REPL.
  • #31: Invoke different init command based on the project type (boot, lein or generic).

Changes

  • Display the REPL in a different window by default (it used to be displayed in the current window).
  • #26: Make switching to the REPL optional on inf-clojure-load-file (it's now controlled via a prefix argument).
  • Removed the inf-clojure alias run-clojure.

Bugs Fixed

  • #35: Fix prompt being included in input history.