Skip to content

Releases: tayloraswift/swift-web-semantics

0.4.0

12 Oct 20:20
97d100a
Compare
Choose a tag to compare

Version 0.4.0 renames the package from swift-resource to swift-web-semantics, and includes the following changes:

  • introduces the WebService protocol, which can be used to factor out dependencies on SwiftNIO, SwiftNIOSSL, etc.
  • removes the Resource type, and folds it into an improved WebResponse type.
  • renames Response to WebResponse.
  • moves WebResponse into its own module (WebSemantics now re-exports it.)