This repository was archived by the owner on Oct 21, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#Changes
22
3+ ## 0.2.0
4+
5+ * ADDED: cljc eval support Clojure 1.7
6+ * ADDED: cljs support eval for clojurescript 1.7.x
7+ * Deprecating support for clojure eval from >= 1.5.1 to < 1.7.0. No support in two months
8+ * lein-light-nrepl: Has breaking cljs compiler changes and is only compatible with clojure >= 1.7
9+ projects
10+ * ADDED: Tests for runner
11+
312## 0.1.3
413
514* Remove fs and cheshire dependencies
Original file line number Diff line number Diff line change 11{:name " Clojure"
2- :version " 0.1.3 "
2+ :version " 0.2.0 "
33 :author " Kodowa"
44 :source " https://github.com/LightTable/Clojure"
5- :desc " Clojure integration for Light Table"
5+ :desc " Clojure(Script) integration for Light Table"
66 :behaviors " clojure.behaviors" }
Original file line number Diff line number Diff line change 1- (defproject com.lighttable /clojure " 0.1.3 "
1+ (defproject com.lighttable /clojure " 0.2.0 "
22 :description " Clojure plugin for Light Table"
33 :dependencies [[org.clojure/clojure " 1.5.1" ]])
Original file line number Diff line number Diff line change 1- (defproject lein-light " 0.1.3 "
1+ (defproject lein-light " 0.2.0 "
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" }
You can’t perform that action at this time.
0 commit comments