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