Releases: manicmaniac/ApolloDeveloperKit
Releases · manicmaniac/ApolloDeveloperKit
0.15.0
0.14.1
0.14.0
0.13.0
0.12.0
0.11.0
Improvements
- Fully CFNetwork based web server implementation (#187, #188)
- Add background processing example (#190)
- Name background task for better debugging experience (#191)
- Better error reporting (#192, #193)
- Detect primary IP address more precisely (#194)
- Support Apollo 0.24.x, 0.25.x, 0.26.x (#196 #200 #201)
- BREAKING: Drop support for Apollo 0.23.x or below (#197)
0.10.0
0.9.0
0.8.0
Improvements
- BREAKING:
ApolloDebugServer.start(port:)
now throwsPOSIXError
instead ofHTTPServerError
.- By this change, you can obtain a more detailed error description from
POSIXError.localizedDescription
. - This change doesn't affect on
ApolloDebugServer.start(randomPortsIn:)
.
- By this change, you can obtain a more detailed error description from