OAuthSwift v1.1.1 Release Notes

Release Date: 2017-02-26 // about 7 years ago
  • ๐Ÿ”„ Change

    • Now success Handler return a OAuthSwiftResponse, which contains the Data, the HTTPURLResponse and URLRequest
      • On this object you can get decoded json object, string value, ...
      • You can extends OAuthSwiftResponse to use some JSON decoded like SwiftyJSON or any object mapper
    • If there is some problem to encode URL with OAuth2, "handle" is not returned (request is cancelled)

    ๐Ÿ†• New

    • OAuthSwiftError implement CustomNSError protocol
    • Ability to specify body data for POST request
    • โž• Add wordpress in demo

    ๐Ÿ›  Fix

    • ๐Ÿ›  Fix multipart request with some parameter #287 @ktakayama
    • ๐Ÿ›  Fix OAuthSwiftCredential.Version init(:) error @bzmario