Skip to content

0.2.0

Compare
Choose a tag to compare
@sanel sanel released this 27 Oct 12:58
· 76 commits to master since this release

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).