Skip to content

0.8.0

Compare
Choose a tag to compare
@manicmaniac manicmaniac released this 02 Feb 05:12
· 594 commits to master since this release
13035e5

Improvements

  • BREAKING: ApolloDebugServer.start(port:) now throws POSIXError instead of HTTPServerError.
    • By this change, you can obtain a more detailed error description from POSIXError.localizedDescription.
    • This change doesn't affect on ApolloDebugServer.start(randomPortsIn:).