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.1.3
4+
5+ * Remove fs and cheshire dependencies
6+ * Fix stacking for doseq
7+ * Use normal versions of tools.reader and cljs.analyzer instead of forks
8+
39## 0.1.2
410
511* ADDED: cljc syntax highlighting
Original file line number Diff line number Diff line change 1- (defproject lein-light-nrepl " 0.1.0 "
1+ (defproject lein-light-nrepl " 0.1.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"
Original file line number Diff line number Diff line change 11{:name " Clojure"
2- :version " 0.1.2 "
2+ :version " 0.1.3 "
33 :author " Kodowa"
44 :source " https://github.com/LightTable/Clojure"
55 :desc " Clojure integration for Light Table"
Original file line number Diff line number Diff line change 1- (defproject com.lighttable /clojure " 0.1.0 "
1+ (defproject com.lighttable /clojure " 0.1.3 "
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.0 "
1+ (defproject lein-light " 0.1.3 "
22 :description " FIXME: write description"
33 :url " http://github.com/kodowa/lein-light"
44 :license {:name " Eclipse Public License"
Original file line number Diff line number Diff line change 3333 init (if-let [cur-init (-> project :repl-options :init )]
3434 (list 'do cur-init init)
3535 init)
36- profile {:dependencies '[[lein-light-nrepl/lein-light-nrepl " 0.1.0 " ]
36+ profile {:dependencies '[[lein-light-nrepl/lein-light-nrepl " 0.1.3 " ]
3737 [org.clojure/tools.reader " 0.8.3" ]]
3838 :repl-options {:nrepl-middleware ['lighttable.nrepl.handler/lighttable-ops]
3939 :init (with-meta init {:replace true })}}
You can’t perform that action at this time.
0 commit comments