Skip to content

v2.0.0 Release Candidate 3

Pre-release
Pre-release
Compare
Choose a tag to compare
@adam-fowler adam-fowler released this 22 Jul 08:41
· 61 commits to main since this release
a1028d2

Breaking changes

  • Renamed RouterPath.appendPath to RouterPath.appendingPath as it is non-mutating. PR #511

Minor release changes

  • Add MediaType .applicationManifest. PR #507 from @alephao
  • Allow user to add Middleware stack result builder to RouterMethods. PR #512
  • Add RouterMethods.group(_:context:) to transform RequestContext into new type. PR #513
  • Add ContextTransform(to:) to transform RequestContext in RouterBuilder. PR #513, #514
  • Add urlBasePath parameter to FileMiddleware that is removed from path when loading file. PR #510

Other changes

  • Updated to using SwiftFormat 0.53.10