Skip to content

Releases: livio/LivioHTTPServer

v3.0-beta 5

11 Jun 22:00
Compare
Choose a tag to compare
  • Carthage Fixes (thanks @KyleLeneau)
  • Added a static library target

v3.0 Beta 4

21 Sep 17:46
Compare
Choose a tag to compare
v3.0 Beta 4 Pre-release
Pre-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