What's Changed
- Fixed: Addressed a regression in printing introduced in 0.14.0 (https://github.com/pointfreeco/swift-parsing/pull/369).
Full Changelog: https://github.com/pointfreeco/swift-parsing/compare/0.14.0...0.14.1
Unclaimed project
Are you a maintainer of swift-parsing? Claim this project to take control of your public changelog and roadmap.
Changelog
A library for turning nebulous data into well-structured data, with a focus on composition, performance, generality, and ergonomics.
Full Changelog: https://github.com/pointfreeco/swift-parsing/compare/0.14.0...0.14.1
Void parsers (thanks @coenttb, https://github.com/pointfreeco/swift-parsing/pull/367).input.count in PrefixThrough and PrefixUpTo for performance improvement (thanks @BjornRuud, https://github.com/pointfreeco/swift-parsing/pull/354).Date parser demo (https://github.com/pointfreeco/swift-parsing/...Formatted parser now only consumes what it matches, and not the rest of the string (https://github.com/pointfreeco/swift-parsing/pull/301).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...