Skip to content

0.10.0

Compare
Choose a tag to compare
@stephencelis stephencelis released this 28 Jun 22:30
· 45 commits to main since this release
bc92e84
  • 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.