v2.0.0 Release Candidate 3
Pre-release
Pre-release
Breaking changes
- Renamed
RouterPath.appendPath
toRouterPath.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 toFileMiddleware
that is removed from path when loading file. PR #510
Other changes
- Updated to using SwiftFormat 0.53.10