Monroe Versions Save

Clojure nREPL client for Emacs

0.3.1

7 years ago

Changes in this minor release are:

  • Applied PR #12 which fixes byte compilation error for cl package symbols.

0.3.0

7 years ago

Changes in this release are:

  • Handle connection addresses starting with nrepl://, e.g. nrepl://127.0.0.1:7888, which you can directly copy & paste from leiningen repl.
  • Added support handling clojurescript stacktraces. Also Clojure stacktraces are now handled with (clojure.repl/pst).
  • Merged #10 - added support for decoding negative integers.
  • Merged #11 - added support for custom nREPL operators.

0.2.0

9 years ago

Changes in this release are:

  • Fixed #1 - Symbol documentation suggestion is read-only
  • Fixed #2 - Newlines are added to output
  • Fixed #4 - Now Monroe comes with default host and port.
  • Fixed bencode parser by applying similar trick Cider is using.
  • After successful connection, move to the end of REPL buffer. Previously, REPL prompt would be shown on the last cursor location.
  • Removed some global variables.
  • Added support for stdin and interrupting running tasks (implements #5).
  • Added support for displaying exception details (by using either clj.stacktrace or clojure.stacktrace). By default, this feature is disabled, but you can customize it by setting Emacs variable monroe-detail-stacktraces to t.
  • Added C-c C-d (describing symbol) in REPL buffer.
  • Uploaded Monroe to MELPA and Marmalade (implementing #7).

0.1.0

9 years ago

Initial version.