Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@rhysforyou rhysforyou released this 07 Jun 04:01
· 5 commits to main since this release
  • Formally remove deprecated Endpoint initializers:
    • Endpoint.init(json:url:accept:headers:expectedStatusCode:query:decoder:)
    • Endpoint.init(json:url:accept:body:headers:expectedStatusCode:query:decoder:encoder:)
    • Endpoint.init(json:url:accept:body:headers:expectedStatusCode:query:encoder:)
  • Formally remove deprecated URLSession.data(for:) method