File tree Expand file tree Collapse file tree 4 files changed +18
-5
lines changed
Expand file tree Collapse file tree 4 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 11> This project uses [ Break Versioning] ( https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md ) as of ** Aug 16, 2014** .
22
3+ ## v1.10.0 - 2016 Jul 24
4+
5+ ``` clojure
6+ [com.taoensso/sente " 1.10.0" ]
7+ ```
8+
9+ > This is a minor, non-breaking release focused on moving from .cljx -> .cljc
10+
11+ * [ #242 ] ** Impl** : Switch from .cljx to .cljc (@danielcompton )
12+ * [ #243 ] ** Impl** : Add support for nodejs clients (@DaveWM )
13+ * [ #246 ] ** New** : Add : protocol parameter to make-channel-socket-client! (@tiensonqin )
14+ * [ #247 ] ** New** : ` SENTE_ELIDE_JS_REQUIRE ` environment var for use with ** React Native**
15+
316## v1.9.0 - 2016 Jul 6
417
518``` clojure
Original file line number Diff line number Diff line change 44** [ CHANGELOG] ** | [ API] | current [ Break Version] :
55
66``` clojure
7- [com.taoensso/sente " 1.9 .0" ] ; BREAKING, see CHANGELOG for details
7+ [com.taoensso/sente " 1.10 .0" ] ; See CHANGELOG for details
88```
99
1010> Please consider helping to [ support my continued open-source Clojure/Script work] ?
@@ -59,7 +59,7 @@ So you can ignore the underlying protocol and deal directly with Sente's unified
5959Add the necessary dependency to your project:
6060
6161``` clojure
62- [com.taoensso/sente " 1.9 .0" ]
62+ [com.taoensso/sente " 1.10 .0" ]
6363```
6464
6565### On the server (Clojure) side
Original file line number Diff line number Diff line change 1- (defproject com.taoensso.examples /sente " 1.10.0-SNAPSHOT "
1+ (defproject com.taoensso.examples /sente " 1.10.0"
22 :description " Sente, reference web-app example project"
33 :url " https://github.com/ptaoussanis/sente"
44 :license {:name " Eclipse Public License"
1515 [org.clojure/core.async " 0.2.385" ]
1616 [org.clojure/tools.nrepl " 0.2.12" ] ; Optional, for Cider
1717
18- [com.taoensso/sente " 1.10.0-SNAPSHOT " ] ; <--- Sente
18+ [com.taoensso/sente " 1.10.0" ] ; <--- Sente
1919 [com.taoensso/timbre " 4.7.2" ]
2020
2121 ; ;; TODO Choose (uncomment) a supported web server -----------------------
Original file line number Diff line number Diff line change 1- (defproject com.taoensso /sente " 1.10.0-SNAPSHOT "
1+ (defproject com.taoensso /sente " 1.10.0"
22 :author " Peter Taoussanis <https://www.taoensso.com>"
33 :description " Realtime web comms for Clojure/Script"
44 :url " https://github.com/ptaoussanis/sente"
You can’t perform that action at this time.
0 commit comments