File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ ## v0.12.0 / 2014 May 1
2+
3+ * ** NEW** : server- and client-side ` start-chsk-router-loop! ` fns now return a ` (fn stop! []) ` .
4+ * [ #37 ] ** FIX** broken ` [:chsk/close] ` typo for Ajax connections (@sritchie ).
5+
6+
17## v0.11.0 / 2014 Apr 26
28
39 * ** CHANGE** : Removed vestigial server-side events: ` [:chsk/uidport-open _] ` , ` [:chsk/uidport-close _] ` .
Original file line number Diff line number Diff line change 11** [ API docs] [ ] ** | ** [ CHANGELOG] [ ] ** | [ other Clojure libs] [ ] | [ Twitter] [ ] | [ contact/contributing] ( #contact--contributing ) | current ([ semantic] [ ] ) version:
22
33``` clojure
4- [com.taoensso/sente " 0.11 .0" ] ; < v1.0.0 API is subject to change
4+ [com.taoensso/sente " 0.12 .0" ] ; < v1.0.0 API is subject to change
55```
66
77# Sente, channel sockets for Clojure
Original file line number Diff line number Diff line change 1- (defproject com.taoensso /sente " 0.11 .0"
1+ (defproject com.taoensso /sente " 0.12 .0"
22 :author " Peter Taoussanis <https://www.taoensso.com>"
33 :description " Clojure channel sockets library"
44 :url " https://github.com/ptaoussanis/sente"
You can’t perform that action at this time.
0 commit comments