Skip to content

0.2.0

Compare
Choose a tag to compare
@stephencelis stephencelis released this 20 May 18:21
· 28 commits to main since this release
318b239
  • Added: URLRoutingClient can now be configured with a JSONDecoder for global response decoding (thanks @jtouzy).
  • Added: a Scheme router (thanks @ryanbooker).
  • Added: URLRoutingClient.data(for:).
  • Updated: URLRoutingClient.request(_:as:decoder:) has been renamed to URLRoutingClient.decodedResponse(for:as:decoder:).
  • Changed: the package name has been changed to swift-url-routing to match its repo name.
  • Optimized: added inlining to the path component router.
  • Infrastructure: documentation updates.
  • Infrastructure: added SPI badges to README (thanks @finestructure).