• 2.2.0 d85964b96d

    2.2.0 Stable

    kerem released this 2021-05-21 00:48:03 +03:00 | 18 commits to master since this release

    📅 Originally published on GitHub: Thu, 20 May 2021 21:49:57 GMT
    🏷️ Git tag created: Thu, 20 May 2021 21:48:03 GMT

    Features

    • Automatically refresh access tokens in OAuthSwiftClient (#596) @Timac
    • Add logging mechanism (#586) @svoip
    • Add Reddit service to OAuthSwift demo (#641) @nnbrandon

    🐛 Bug Fixes

    • Fix Mac catalyst compilation (#658) @phimage
    • 🐛 Encode signature parameters when using PLAINTEXT format (#657) @phatblat
    • optionally change authorize url param names (#655) @daironmichel
    • 🐛 Add colon after scheme in error redirect URL (#654) @phatblat
    • 🚨 Fix warning (#650) @phatblat
    • Code verifier & code challenge generator for working with PKCE (#647) @MrWoWander
    • Restore lint-ability to OAuthSwift Podspec cocoapod (#643) @macbellingrath
    • Conditionally omit consumer secret when refreshing token (Issue #625) bug (#633) @paullalonde
    • Fix the signature format for PLAINTEXT (#623) @chrishannah
    • Calling Convenience initialiser when subclassing OAuth2Swift fails from xcode 11.4 onwards (#617) @jlynch1
    • Fix for compiling Mac Framework (#612) @tevendale
    • Fix broken build when compiling for Mac Catalyst (#605) @Timac
    • Fix a warning due to a string interpolation with an optional value (#602) @Timac
    • handle SFAuthenticationSession/ASWebAuthenticationSession canceledLogin errors (#599) @eastsss
    • Remove redundant package snippet in README.md (#593) @MaxDesiatov
    • adding instructions on how to use with Swift Package Manager (#587) @thomasburguiere
    • Remove redundant URL initializer call from README (#583) @MaxDesiatov
    • Remove unnecessary parens in README.md (#582) @MaxDesiatov

    🎲 Misc

    • 🔖 Release 2.2.0 (#659) @phatblat
    • Set OAuthSwift pod version to 2.1.3 (#620) @vgritsenko
    • Update travis osx_image (#651) @phimage
    Downloads
  • 2.1.2 fde77955e6

    2.1.2 Stable

    kerem released this 2020-04-30 20:24:04 +03:00 | 99 commits to master since this release

    📅 Originally published on GitHub: Sat, 02 May 2020 19:52:51 GMT
    🏷️ Git tag created: Thu, 30 Apr 2020 17:24:04 GMT

    Some fix for tvOS compatibility

    Downloads
  • 2.1.1 3430e76762

    2.1.1 Stable

    kerem released this 2020-04-30 20:09:28 +03:00 | 101 commits to master since this release

    📅 Originally published on GitHub: Thu, 30 Apr 2020 17:10:49 GMT
    🏷️ Git tag created: Thu, 30 Apr 2020 17:09:28 GMT

    Downloads
  • 2.1.0 2e75d62653

    2.1.0 Stable

    kerem released this 2019-11-02 01:01:57 +03:00 | 124 commits to master since this release

    📅 Originally published on GitHub: Fri, 01 Nov 2019 22:35:03 GMT
    🏷️ Git tag created: Fri, 01 Nov 2019 22:01:57 GMT

    • Support of macCatalyst, add ASWebAuthenticationURLHandler @nrivard
    • Fix some deprecation warnings

    demo app

    • add twitch to demo app @coolioxlr
    • add ASWebAuthenticationURLHandler to demo app
    • demo app tested with macCatalyst
    • better with dark mode
    • use WKWebView instead of deprecated UIWebView
    Downloads
  • 2.0.1 c8aae01ab8

    2.0.1 Stable

    kerem released this 2019-10-20 23:31:20 +03:00 | 154 commits to master since this release

    📅 Originally published on GitHub: Fri, 01 Nov 2019 22:37:55 GMT
    🏷️ Git tag created: Sun, 20 Oct 2019 20:31:20 GMT

    • Fix swiftPM
    • Fix build extension @shadyoak
    • Change on lock mecanism @flangel
    Downloads