Skip to content

0.3.0

Compare
Choose a tag to compare
@sanel sanel released this 05 Aug 13:51
· 65 commits to master since this release

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.