All Versions
10
Latest Version
Avg Release Cycle
42 days
Latest Release
2013 days ago

Changelog History

  • v1.1.2 Changes

    October 14, 2018

    โž• Added

    • Compatibility with Swift 4.2.
  • v1.1.1 Changes

    April 06, 2018

    Full Changelog

    โž• Added

    • Compatibility with Swift 4.1. ### ๐Ÿ›  Fixed
    • ๐Ÿ›  Fix bug with media objects JSON decoding (#26).
  • v1.1.0 Changes

    January 21, 2018

    โž• Added

    • You can now use your own authentication method (Read more).
    • ๐Ÿ†• New success handlers on:
      • createComment()
      • deleteComment()
      • like(media: ...)
      • unlike(media: ...)
    • Search media and location by latitude and longitude:
      • func searchMedia(latitude: Double? = nil, longitude: Double? = nil, ...)
      • func searchLocation(latitude: Double? = nil, longitude: Double? = nil, ...)
    • ๐Ÿ†• New option to get all the permission scopes on login:
      • login(..., withScopes: [.all], ...)

    ๐Ÿ”„ Changed

    • retrieveAccessToken() method is now public (#15).
    • storeAccessToken() is also public (#17).

    ๐Ÿ›  Fixed

    • Problem with all the HTTP POST requests (e.g. #20).
  • v1.0.6 Changes

    November 03, 2017

    โž• Added

    • ๐Ÿ“œ JSON parser improvements.
    • General source code improvements.

    ๐Ÿ”„ Changed

    • searchLocation() method attributes lat and lng have been replaced by coordinates.
    • isSessionValid() method has been renamed to isAuthenticated (property).
    • ๐Ÿ”„ Change key for keychain (#11).
    • ๐Ÿ‘ Better handling of #7 bug.
  • v1.0.5 Changes

    October 18, 2017

    Full Changelog

    ๐Ÿ”„ Changed

    • The Success and Failure handlers, for all the API endpoints, are no longer nullable. ### ๐Ÿ›  Fixed
    • ๐Ÿ›  Fixed the bug parsing InstagramMedia objects with a location property (#7).
  • v1.0.4 Changes

    October 10, 2017

    Full Changelog

    โž• Added

    • 100% documented code. ### ๐Ÿ”„ Changed
    • ๐Ÿ‘€ Now, the redirection URI must be defined in the Info.plist file. See wiki.
    • The createdTime attribute of the classes InstagramComment and InstagramMedia has been renamed to createdDate and returns an object of type Date.
    • ๐Ÿ‘Œ Improves Codebeat GBA. ### ๐Ÿ›  Fixed
    • ๐Ÿ›  Fixed the type of the returned errors.
  • v1.0.3 Changes

    October 08, 2017

    Full Changelog

    ๐Ÿ”„ Changed

    • ๐Ÿ‘Œ Improved documentation.
    • InstagramAuthScope renamed to InstagramScope.
  • v1.0.2 Changes

    October 06, 2017

    Full Changelog

    โž• Added

    • InstagramLoginViewController hides automatically when concludes.
    • @discardableResult to logout() method. ### ๐Ÿ”„ Changed
    • ๐Ÿ‘ Better code organization, especially for networking. ### ๐Ÿ›  Fixed
    • Authorization process errors are now correctly captured.
    • ๐Ÿ— Travis CI build error.
  • v1.0.1 Changes

    October 03, 2017

    Full Changelog

    โž• Added

    • ๐Ÿ“œ Use of DispatchQueue for parsing JSON and calling callback functions. ### ๐Ÿ”„ Changed
    • The source code is now a little simpler thanks to the use of typealias.
    • The structure of the functions has changed, there are two callbacks now (success and failure) instead of just one. ### ๐Ÿ›  Fixed
    • Login page WKWebView now fits correctly when rotating device.
  • v1.0.0 Changes

    September 30, 2017

    โž• Added

    • ๐ŸŽ‰ Initial release.

    ๐Ÿš€ [Unreleased]: https://github.com/AnderGoig/SwiftInstagram/compare/v1.1.1...develop