Releases: livio/LivioHTTPServer
Releases · livio/LivioHTTPServer
v3.0-beta 5
- Carthage Fixes (thanks @KyleLeneau)
- Added a static library target
v3.0 Beta 4
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