What's Changed
- Fixed: Point Issue Reporting to xctest-dynamic-overlay URL (https://github.com/pointfreeco/swift-url-routing/pull/105).
Full Changelog: https://github.com/pointfreeco/swift-url-routing/compare/0.6.1...0.6.2
Unclaimed project
Are you a maintainer of swift-url-routing? Claim this project to take control of your public changelog and roadmap.
Changelog
A bidirectional router with more type safety and less fuss.
Full Changelog: https://github.com/pointfreeco/swift-url-routing/compare/0.6.1...0.6.2
.editorconfig for consistent code formatting (thanks @Matejkob, https://github.com/pointfreeco/swift-url-routing/pull/101).**F...
Full Changelog: https://github.com/pointfreeco/swift-url-routing/compare/0.5.0...0.6.0
Warning: This release contains breaking changes in order to support Swift 5.8's rewritten result builder implementation. While the package will build for Swift 5.7, we recommend delaying this upgrade till you can use Swift 5.8, as the changes impact compile time performance of `Parser...
withTaskCancellation to the non-deprecated version (thanks @kgrigsby59, #56).