Skip to content

0.5.0

Compare
Choose a tag to compare
@stephencelis stephencelis released this 31 Mar 16:07
· 10 commits to main since this release

What's Changed

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 ParserBuilder and OneOfBuilder.

  • Added: Swift 5.8 support (#77). Note: due to result builder changes in Swift 5.8, code that compiled just fine in Swift 5.7, Parsing 0.11.0, URLRouting 0.4.0 and earlier may be source incompatible in Swift 5.8 and this Parsing/URLRouting release.

  • Infrastructure: typo fix (thanks @jaredh159, #68).

New Contributors

Full Changelog: 0.4.0...0.5.0