File tree Expand file tree Collapse file tree 4 files changed +8
-10
lines changed
Expand file tree Collapse file tree 4 files changed +8
-10
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.11.0-RC1 - 2016 Oct 2
3+ ## v1.11.0 - 2016 Oct 13
44
55``` clojure
6- [com.taoensso/sente " 1.11.0-RC1 " ]
6+ [com.taoensso/sente " 1.11.0" ]
77```
88
99> This is a non-breaking feature release
1616* [ #270 ] ** Impl** : Better Ajax broadcast reliability on very poor connections
1717* [ #254 ] ** Fix** : Make sure pending retries are subject to normal cancellation
1818
19-
2019## v1.10.0 - 2016 Jul 24
2120
2221``` 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.10.0" ] ; Stable
8- [com.taoensso/sente " 1.11.0-RC1" ] ; See CHANGELOG for details
7+ [com.taoensso/sente " 1.11.0" ] ; See CHANGELOG for details
98```
109
1110> Please consider helping to [ support my continued open-source Clojure/Script work] ?
@@ -60,7 +59,7 @@ So you can ignore the underlying protocol and deal directly with Sente's unified
6059Add the necessary dependency to your project:
6160
6261``` clojure
63- [com.taoensso/sente " 1.10 .0" ]
62+ [com.taoensso/sente " 1.11 .0" ]
6463```
6564
6665### On the server (Clojure) side
Original file line number Diff line number Diff line change 1- (defproject com.taoensso.examples /sente " 1.11.0-RC1 "
1+ (defproject com.taoensso.examples /sente " 1.11.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.395" ]
1616 [org.clojure/tools.nrepl " 0.2.12" ] ; Optional, for Cider
1717
18- [com.taoensso/sente " 1.11.0-RC1 " ] ; <--- Sente
18+ [com.taoensso/sente " 1.11.0" ] ; <--- Sente
1919 [com.taoensso/timbre " 4.7.4" ]
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.11.0-RC1 "
1+ (defproject com.taoensso /sente " 1.11.0"
22 :author " Peter Taoussanis <https://www.taoensso.com>"
33 :description " Realtime web comms for Clojure/Script"
44 :url " https://github.com/ptaoussanis/sente"
1313 :dependencies
1414 [[org.clojure/clojure " 1.5.1" ]
1515 [org.clojure/core.async " 0.2.395" ]
16- [com.taoensso/encore " 2.84.1 " ]
16+ [com.taoensso/encore " 2.84.2 " ]
1717 [org.clojure/tools.reader " 0.10.0" ]
1818 [com.taoensso/timbre " 4.7.4" ]]
1919
You can’t perform that action at this time.
0 commit comments