Skip to content

Releases: shyambhat/InstagramKit

v4.0

03 Jun 21:55
Compare
Choose a tag to compare

3.8

21 Mar 00:47
Compare
Choose a tag to compare
3.8

3.7

09 Dec 00:13
Compare
Choose a tag to compare
3.7
  • 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

3.6.9

19 Oct 22:07
Compare
Choose a tag to compare

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

3.6.8

26 Aug 17:06
Compare
Choose a tag to compare

Hotfix Version

Typo fix #72
Pull Request #145 by @trauzti

Sorry for the API changes.

3.6.7

26 Aug 09:18
Compare
Choose a tag to compare

Hotfix

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

3.6.6

21 Aug 01:27
Compare
Choose a tag to compare

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

3.6.5

13 Jul 23:30
Compare
Choose a tag to compare
  • Documentation and comments.
  • Model objects implement the NSSecureCoding Protocol and can be persisted.
  • Access token is (finally) persisted in NSUserDefaults.

3.6.4

07 Jul 23:15
Compare
Choose a tag to compare

Authentication made simpler; removed misleading and unnecessary authentication methods.
Completely rewritten InstagramKit-Example project.
Restructured Project with Cocoapods.

3.6.3

26 May 20:11
Compare
Choose a tag to compare
  • Fixed build issue and declared all constants in InstagramModel.h as extern. by @mkoosej PR #116