File tree Expand file tree Collapse file tree 4 files changed +19
-4
lines changed
Expand file tree Collapse file tree 4 files changed +19
-4
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.14.0 - 2019 Oct 19
4+
5+ ``` clojure
6+ [com.taoensso/sente " 1.14.0" ]
7+ ```
8+
9+ As ` v1.14.0-RC2 ` , but also includes:
10+
11+ * [ #307 ] ** New** : Add server adapter for Macchiato Framework on Node.js (@theasp )
12+ * [ #137 #338 ] ** New** : Add support for origin/referrer checking (@eerohele )
13+ * [ #349 #348 ] ** New** : Add support for specifying chsk port when connecting from client (@pieterbreed )
14+ * [ #337 ] ** Fix** : Incorrect value (only udt) swapped into conns_ (@osbert )
15+ * [ #341 ] ** Fix** : Make cljsbuild output-to resources/public/main.js directly (@shaolang )
16+
17+
318## v1.14.0-RC2 - 2019 Jan 12
419
520``` 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.14.0-RC2 " ] ; NB Critical security update, see CHANGELOG for details
7+ [com.taoensso/sente " 1.14.0" ] ; NB Critical security update, see CHANGELOG for details
88```
99
1010> Please consider helping to [ support my continued open-source Clojure/Script work] ?
Original file line number Diff line number Diff line change 1- (defproject com.taoensso.examples /sente " 1.14.0-RC1 "
1+ (defproject com.taoensso.examples /sente " 1.14.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.4.500" ]
1616 [org.clojure/tools.nrepl " 0.2.13" ] ; Optional, for Cider
1717
18- [com.taoensso/sente " 1.14.0-RC1 " ] ; <--- Sente
18+ [com.taoensso/sente " 1.14.0" ] ; <--- Sente
1919 [com.taoensso/timbre " 4.10.0" ]
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.14.0-RC2 "
1+ (defproject com.taoensso /sente " 1.14.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