You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added: StartsWith, PrefixThrough, and PrefixUpTo overloads to aid in type inference for substring and UTF-8 parsers (thanks @tgrapperon).
Changed: Parsing now has Apple platform requirements equivalent to SwiftUI (iOS 13+, macOS 10.15+, tvOS 13+, watchOS 6+). If these minimum requirements don't fit your needs, let us know.
Fixed: PipeEnd now conforms to ParserPrinter, fixing printability of piped parsers (thanks @JaapWijnen).
Deprecated: the _URLRouting module is now deprecated. Use the URL Routing package instead.
Removed: Conversions.Parsing, which was not reachable through any static member on Conversion, and confused some users. If you have a use case motivating this conversion, let us know.