Skip to content

0.3.0

Compare
Choose a tag to compare
@stephencelis stephencelis released this 28 Jun 22:35
· 20 commits to main since this release
5bf79bb
  • Added: Fragment parser, for parsing a URL fragment (thanks @ryanbooker).
  • Added: Host parser, for parsing a URL host (thanks @ryanbooker).
  • Changed: URL Routing's platform requirements have been bumped to match Parsing's 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.
  • Infrastructure: Fixed documentation typos (thanks @fonkadelic, @volkdmitri).