All Versions
8
Latest Version
Avg Release Cycle
14 days
Latest Release
1927 days ago

Changelog History

  • v1.3.0 Changes

    December 13, 2017

    Full Changelog

    ➕ Added

    • New option to set all the scope permissions using: instagramLogin.scopes = [.all].
    • 🆕 New method reloadPage() in case you want a button (on the UINavigationBar maybe) to refresh the WKWebView (see the Example project). ### 🔄 Changed
    • The process of login has been redesigned, now it uses the delegate pattern instead of completion: method.
    • The Example project has been updated with those changes.
  • v1.2.1 Changes

    November 27, 2017

    Full Changelog

    🛠 Fixed

    • 🏗 Carthage building problem (#1).
  • v1.2.0 Changes

    November 03, 2017

    Full Changelog

    ➕ Added

    • Error handling for invalid requests.
    • Code is now simpler and more clean. ### 🔄 Changed
    • Library renamed from IGAuth to InstagramLogin. ### ✂ Removed
    • 1Password library extension.
  • v1.1.0 Changes

    September 20, 2017

    Full Changelog

    ➕ Added

    • Code is now simpler and more clean. ### 🔄 Changed
    • Now you don't need your Client Secret to authenticate, so you don't have to store it into your client.
    • The Progress View now uses the new block-based KVO. ### ✂ Removed
    • On successful logins, the information about the authenticated user is not returned any more, just the access token.
  • v1.0.3 Changes

    September 13, 2017

    Full Changelog

    🛠 Fixed

    • The progress view now automatically adjusts, regardless of top bar height.
  • v1.0.2 Changes

    September 09, 2017

    Full Changelog

    ➕ Added

    • 👍 Carthage support.
  • v1.0.1 Changes

    September 09, 2017

    Full Changelog

    ➕ Added

    • 👷 Travis CI support. ### 🛠 Fixed
    • 🔧 Pod configuration files.
  • v1.0.0 Changes

    September 09, 2017

    ➕ Added

    • 🎉 Initial release of IGAuth.

    🚀 [Unreleased]: https://github.com/AnderGoig/InstagramLogin/compare/v1.3.0...develop