All Versions
8
Latest Version
Avg Release Cycle
14 days
Latest Release
2325 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