Skip to content

0.6.2

Choose a tag to compare

@bbatsov bbatsov released this 27 Jun 11:26
  • #124: Throw a clear error when cljs-repl is invoked outside of an nREPL session (e.g. from Leiningen's :repl-options :init) instead of a cryptic "Can't change/establish root binding".
  • #120: Fix printing of unknown tagged literals (a space was missing after the tag and string data lost its quotes).
  • #62: Keep evaluation working after a REPL setup error by always recording the compiler env.
  • #111: Fix ClojureScript output being tagged with the REPL-starting message's id and vanishing after reconnecting to a session.