File tree 4 files changed +16
-4
lines changed
4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1
1
> This project uses [ Break Versioning] ( https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md ) as of ** Aug 16, 2014** .
2
2
3
+ ## v1.9.0-beta2 - 2016 Jun 13
4
+
5
+ ``` clojure
6
+ [com.taoensso/sente " 1.9.0-beta2" ]
7
+ ```
8
+
9
+ > Changes since ` 1.9.0-beta1 ` :
10
+
11
+ * ** New** : Add Aleph server adapter (@sorenmacbeth ) [ #236 ]
12
+ * ** Impl** : Servers now drive WebSocket identification (more robust, flexible)
13
+ * ** Fix** : Fixed faulty Nodejs Ajax adapter behaviour
14
+
3
15
## v1.9.0-beta1 - 2016 Jun 10
4
16
5
17
``` clojure
Original file line number Diff line number Diff line change 5
5
6
6
``` clojure
7
7
[com.taoensso/sente " 1.8.1" ] ; Stable
8
- [com.taoensso/sente " 1.9.0-beta1 " ] ; Dev (unstable), see CHANGELOG for details
8
+ [com.taoensso/sente " 1.9.0-beta2 " ] ; Dev (unstable), see CHANGELOG for details
9
9
```
10
10
11
11
Want to help [ support taoensso/open-source] ?
Original file line number Diff line number Diff line change 1
- (defproject com.taoensso.examples /sente " 1.9.0-SNAPSHOT "
1
+ (defproject com.taoensso.examples /sente " 1.9.0-beta2 "
2
2
:description " Sente, reference web-app example project"
3
3
:url " https://github.com/ptaoussanis/sente"
4
4
:license {:name " Eclipse Public License"
15
15
[org.clojure/core.async " 0.2.374" ]
16
16
[org.clojure/tools.nrepl " 0.2.12" ] ; Optional, for Cider
17
17
18
- [com.taoensso/sente " 1.9.0-SNAPSHOT " ] ; <--- Sente
18
+ [com.taoensso/sente " 1.9.0-beta2 " ] ; <--- Sente
19
19
[com.taoensso/timbre " 4.4.0" ]
20
20
21
21
; ;; TODO Choose (uncomment) a supported web server -----------------------
Original file line number Diff line number Diff line change 1
- (defproject com.taoensso /sente " 1.9.0-SNAPSHOT "
1
+ (defproject com.taoensso /sente " 1.9.0-beta2 "
2
2
:author " Peter Taoussanis <https://www.taoensso.com>"
3
3
:description " Realtime web comms for Clojure/Script"
4
4
:url " https://github.com/ptaoussanis/sente"
You can’t perform that action at this time.
0 commit comments