Releases: swisspol/GCDWebServer
Releases · swisspol/GCDWebServer
3.3.1
- Improved tvOS compatibility
- Improved CocoaLumberjack compatibility
- Other minor fixes
3.3
- Added support for tvOS
- Added support for NAT port mapping
- Fixed a crash under Swift 2 related to async handlers (thanks @tifroz)
- Enable support for Podfiles with
use_frameworks!
(thanks @macdrevx)
3.2.7
- Fixed broken Carthage integration (thanks @0xpablo)
3.2.6
- Fixed buffer overflow when retrieving socket addresses
- Add version to framework Info.plist
3.2.5
- Added Carthage support (thanks @sagmor)
3.2.3
- Add remote and local addresses to GCDWebServerRequest (thanks sergiou87)
- Updated for CocoaLumberJack 2.0
- Fixed -serverURL not taking into account GCDWebServerOption_BindToLocalhost
- Handle starting the server with nil options
3.2.2
- Addressed Clang static analyzer warnings
- Fixed some documentation issues
3.2.1
- Added GCDWebServerOption_BindToLocalhost option
- Bug fixes
3.2
- Removed MRC support
- Bug fixes