Skip to content

Releases: MegaBits/SIOSocket

socket.io client update

29 Nov 19:57
Compare
Choose a tag to compare

updates socket.io client to v0.2.2

Bugfixes

05 Nov 22:11
Compare
Choose a tag to compare

Addresses #21 by allowing for any valid character in event names.
Ensures thread safety on the socket.

SIOParameterArray Restructure

17 Oct 18:09
Compare
Choose a tag to compare

Changes

Restructures -[on:event:] and -[emit:args:] to use an array-based argument structure.
Adds support for sending NSData objects as Blobs.
Addresses:

v0.1.0

04 Sep 14:25
Compare
Choose a tag to compare

Update to Socket.IO 1.1.0

v0.0.3

03 Sep 19:44
Compare
Choose a tag to compare

Replaced occurrences of do in method names.
Updating the podspec to be valid to push to Cocoapods Trunk.
Adding close (socket) method.