Skip to content

Releases: mvc-works/ws-edn.cljs

Stable release

24 Aug 16:10
Compare
Choose a tag to compare
0.1.4

release 0.1.4

upgrade deps and scripts

18 Aug 09:53
Compare
Choose a tag to compare
Pre-release

Details #3 .

Add ^js annotations on ws object

03 Jan 03:13
Compare
Choose a tag to compare

In previous version, code might be broken due to Closure Compiler optimizations of mungling properties. This is a fix by adding ^js.

Add ws-connected? to detect connection

29 Dec 17:50
Compare
Choose a tag to compare
0.1.2

add function ws-connected? ; bump 0.1.2

Reduce usage of exclamation marks

14 Dec 18:13
Compare
Choose a tag to compare

For events, exclamation marks are not useful. Now they are removed.

Add wss-each!

13 Dec 18:13
Compare
Choose a tag to compare

wss-each! iterates each socket and broadcasting is available.

Early release, working prototype

13 Dec 18:12
Compare
Choose a tag to compare

Basic features like creating a server and connect on a client.