All Versions
10
Latest Version
4.1
Avg Release Cycle
115 days
Latest Release
2135 days ago

Changelog History

  • v4.1 Changes

    June 19, 2018
    • #280 Avoid crash when AFNetworkingOperationFailingURLResponseDataErrorKey is not present. By @mercadodiego
    • #255 InstagramMedia get comments count returns zero. By @vigneshuvi
    • ๐Ÿšš #221 Removed deprecated Popular Media endpoints. By @shyambhat
  • v4.0 Changes

    June 03, 2018
    • โšก๏ธ #221 Support for Instagram Platform updates.
    • #254 Up to date with modify APIs from Instagram. By @ht22pt
    • โšก๏ธ #218 Update + new functionalities for InstagramKit-Example. By @marcgovi
    • [#273] Fix example project. By @ricsantos
    • #239 Implemented issue. By @afilipowicz
    • #227 Add NS_SWIFT_NOTHROW for disabling error throw handling in swift. By @derek-chim
  • v3.8.2 Changes

    June 03, 2018
    • #278 Not null checks during initialization across all model objects. By @shyambhat
  • v3.8.1 Changes

    April 24, 2018
  • v3.8 Changes

    March 21, 2016
    • ๐Ÿ›  #201 Fixed issue #194: New Permissions For Instagram. By @zzdjk6
    • ๐Ÿ›  #203 Fixed issue with likes count By @mgarciam
    • ๐Ÿ‘ #211 Added support for app:// formatted custom redirect URLs. By @gugges
    • ๐Ÿ‘ #215 Added support for AFNetworking 3.0 By @Beniamiiin
    • โœ… More Unit tests.
  • v3.7 Changes

    December 09, 2015
    • Complete Swift compatibility.
    • #179 Add Nullability and Lightweight Generics for Xcode 7. By @Adlai-Holler
    • โœ… Unit tests for Media and User methods in InstagramEngine. By @shyambhat
    • #177 Fix issue with pagination. Avoid percent-encoding twice. By @snoonz

    โž• Added

    • โšก๏ธ #188 InstagramUser loadDetailsWithCompletion: to fetch User details and update the same user object.
  • v3.6.9 Changes

    October 19, 2015

    โž• Added

    • Xcode 7 changes to Project file.
    • โž• Added CHANGELOG.md

    ๐Ÿ”„ Changed

    • -getMediaAtLocation: count: maxId: withSuccess: failure: changed to -getMediaAtLocation: count: maxId: distance: withSuccess: failure:
    • ๐Ÿ›  #167 Typo fixed -authorizarionURL to authorizationURL. By @natan.

    ๐Ÿ›  Fixed

    • #146 Checks for media URLs in initializing InstagramMedia objects.
    • #148 Fix Token Get in Authorisation scopes. By @DanTakagaki.
    • โšก๏ธ #164 InstagramModel copyWithZone updated to allocate correct type of object. By @urklc.
    • ๐Ÿ›  #165 Parameter Count must be larger than zero. Fixes #150. By @shyambhat
  • v3.6.8 Changes

    August 26, 2015

    ๐Ÿš‘ Hotfix Version

    Typo fix #72
    Pull Request #145 by @trauzti

    Sorry for the API changes.

  • v3.6.7 Changes

    August 26, 2015

    ๐Ÿš‘ Hotfix

    Cocoapod Famework fix #72
    Pull Request #144 by @abury

  • v3.6.6 Changes

    August 21, 2015

    โž• Additions :

    • Persisting access token using UICKeyChainStore. UICKeyChainStore is added as an optional sub-spec.
    • ๐Ÿ‘ Discontinued support for iOS 6, to comply with AFNetworking's compatible SDKs.
    • โž• Added - authorizarionURL helper method to InstagramEngine to generate Authorization URL with basic permissions.

    ๐Ÿ”„ Changes :

    • - extractValidAccessTokenFromURL renamed to - receivedValidAccessTokenFromURL
    • - getUserDetails: withSuccess: failure: accepts a string value for userId to maintain consistency.

    ๐Ÿ›  Fixes :

    • Call super encode/decode on subclasses of InstagramModel to keep ID property persisted
      Implemented by @natan in #140