This repository was archived by the owner on Oct 21, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed
Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11#Changes
22
3+ ## 0.3.0
4+
5+ * Split out instarepl into its own plugin - ClojureInstarepl.
6+ standalone runner now loads lein-light-nrepl-instarepl
7+ * Remove unused requires, files and fns in plugin and lein-light-nrepl
8+ * Remove dependence on custom js->clj
9+ * Plugin now officially supports Java >= 8
10+ * No more support for deprecated clojure versions >= 1.5.1 to < 1.7.0
11+
312## 0.2.0
413
514* ADDED: cljc eval support Clojure 1.7
Original file line number Diff line number Diff line change 11{:name " Clojure"
2- :version " 0.2 .0"
2+ :version " 0.3 .0"
33 :author " Kodowa"
44 :source " https://github.com/LightTable/Clojure"
55 :desc " Clojure(Script) integration for Light Table"
Original file line number Diff line number Diff line change 1- (defproject com.lighttable /clojure " 0.2 .0"
1+ (defproject com.lighttable /clojure " 0.3 .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.2 .0"
1+ (defproject lein-light " 0.3 .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