Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Releases: tidwall/SwiftWebSocket

Xcode 7.3 and Swift/2.2

22 Mar 16:47
Compare
Choose a tag to compare

tvOS Support

28 Jan 16:24
Compare
Choose a tag to compare
2.5.0

tvOS, fixes #29, bump 2.5.0

ObjC Support

19 Dec 23:00
Compare
Choose a tag to compare

Support for Objective-C.
Event handling in ObjC is done through the delegate property.

2.0.0 - Swift 2.0 Ready

16 Aug 20:20
Compare
Choose a tag to compare

Removed NSError in favor of ErrorType.
Many Bugfixes.
Performance enhancements through:

  • Fewer dispatches
  • Hashed connections
  • Smaller memory footprint