#Changes
- Feature to show exceptions collapsible (tx to @carocad)
- Fix multiple project files not sharing one connection for Clojure >= 1.7
- Use upstream Clojure mode. Fixes bugs with dosync indentation and variable styling
- Split out instarepl into its own plugin - ClojureInstarepl. standalone runner now loads lein-light-nrepl-instarepl
- Remove unused requires, files and fns in plugin and lein-light-nrepl
- Remove dependence on custom js->clj
- Plugin now officially supports Java >= 8
- No more support for deprecated clojure versions >= 1.5.1 to < 1.7.0
- ADDED: cljc eval support Clojure 1.7
- ADDED: cljs support eval for clojurescript 1.7.x
- ADDED: New ClojureScript Browser client
- Deprecating support for clojure eval from >= 1.5.1 to < 1.7.0. No support in two months
- lein-light-nrepl: Has breaking cljs compiler changes and is only compatible with clojure >= 1.7 projects
- ADDED: Tests for runner
- Remove fs and cheshire dependencies
- Fix stacking for doseq
- Use normal versions of tools.reader and cljs.analyzer instead of forks
- ADDED: cljc syntax highlighting
- FIX: Inline results stacking
- ADDED: Refresh connection command
- FIX: Reeval of clojurescript namespace
- FIX: Clojure client description to avoid confusing clojurescript users
- Remove old behavior and pomegranate dependency for lein-light-nrepl
- ADDED: clojurescript docs
- Switch to semver versioning
- FIX: jump to source for jars and relative paths in clj/cljs
- FIX: Clear instarepl results with "Clear inline results"
- FIX: Connection issue
##0.0.11
- ADDED: namespace-qualified indents
- UPDATE: ClojureScript 2202
- FIX: Handle nrepl message with no encoding
##0.0.10
- FIX: disconnecting from a remote nrepl caused issues
- FIX: make instarepl command wasn't correctly checking tags
- UPDATE: ClojureScript 2173
##0.0.8
- UPDATE: Leiningen 2.3.4
##0.0.7
- FIX: auto-complete would sometimes break the instarepl
- ADDED: clojure.core and cljs.core to auto-complete by default
##0.0.6
- FIX: bug with external cljs dependencies and plugin building
- FIX: handle alternative exception types better
- UPDATE: lein-light-nrepl is now 0.0.14
##0.0.5
- FIX: handle custom eval in external browsers correctly.
- UPDATE: ClojureScript 2138
##0.0.4
- ADDED: source maps for plugins
##0.0.3
- ADDED: Make hints async to remove the weird slow downs on eval.
##0.0.2
- FIX: left out some behaviors needed for the remote nrepl connections