Skip to content

4.0.0

Latest
Compare
Choose a tag to compare
@ale-zai ale-zai released this 24 Apr 20:43

Changed

  • Swift version updated to 5.10
  • ResponseValidationDisposition is protocol now
  • WithoutAuthorizationRequest is renamed to NonAuthorizableRequest and moved from WebCore to Web library
  • Query parameters of request's URL are encoded in the same order each time
  • ArrayKeyEncoding and BoolEncoding of URLEncoder are protocols now
  • Query string may be written directly in URL's path and will be merged with query items passed via dictionary

New

  • Macros to simplify declaration of requests