Skip to content

v3.0 Beta 4

Pre-release
Pre-release
Compare
Choose a tag to compare
@joeljfischer joeljfischer released this 21 Sep 17:46
· 12 commits to master since this release

3.0 Beta includes a complete renaming of classes and restructuring of files. Some modernizations are also included, using generics and nullability in some places. Building a framework with carthage is now supported as well.

Since beta 2:

  • Added an LHSServerDelegate protocol that allows you to receive notifications of important events
  • Added an initWithDelegate: to LHSServer
  • LHSConnectionConfig is now in its own file
  • Added nullability tags to LHSServerDelegate & LHSWebSocketDelegate
  • Fixed an annoying warning caused by Xcode 7
  • Fixed notifications on connection and websocket death