Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit f35e730

Browse files
committed
Release version 0.3.3
1 parent 76c9338 commit f35e730

9 files changed

+586
-328
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#Changes
22

3+
## 0.3.3
4+
* Feature to show exceptions collapsible (tx to @carocad)
5+
36
## 0.3.2
47

58
* Fix multiple project files not sharing one connection for Clojure >= 1.7

clojure_compiled.js

+483-245
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clojure_compiled.js.map

+95-78
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lein-light-nrepl/project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject lein-light-nrepl "0.3.2"
1+
(defproject lein-light-nrepl "0.3.3"
22
:description "nrepl client for Light Table clj and cljs eval."
33
:url "https://github.com/LightTable/Clojure/tree/master/lein-light-nrepl"
44
:license {:name "Eclipse Public License"

plugin.edn

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{:name "Clojure"
2-
:version "0.3.2"
2+
:version "0.3.3"
33
:author "Kodowa"
44
:source "https://github.com/LightTable/Clojure"
55
:desc "Clojure(Script) integration for Light Table"

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
(defproject com.lighttable/clojure "0.3.2"
1+
(defproject com.lighttable/clojure "0.3.3"
22
:description "Clojure plugin for Light Table"
33
:dependencies [[org.clojure/clojure "1.5.1"]])

runner/project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject lein-light "0.3.2"
1+
(defproject lein-light "0.3.3"
22
:description "Provide uberjar to start headless repl with LT middleware"
33
:license {:name "Eclipse Public License"
44
:url "http://www.eclipse.org/legal/epl-v10.html"}

runner/src/leiningen/light_nrepl.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
init)
4040
lein-light-version (if (maintained-clojure-version? clj-version)
4141
;; Maintained lein-light-nrepl
42-
"0.3.2"
42+
"0.3.3"
4343
;; Deprecated/unmaintained lein-light-nrepl
4444
"0.1.3")
4545
profile {:dependencies [['lein-light-nrepl/lein-light-nrepl lein-light-version]
-1.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)