All Versions
10
Latest Version
Avg Release Cycle
42 days
Latest Release
1619 days ago
Changelog History
Changelog History
-
v1.1.2 Changes
October 14, 2018➕ Added
- Compatibility with Swift 4.2.
-
v1.1.1 Changes
April 06, 2018➕ 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
🛠 Fixed
- Problem with all the HTTP POST requests (e.g. #20).
-
v1.0.6 Changes
November 03, 2017 -
v1.0.5 Changes
October 18, 2017🔄 Changed
- The
Success
andFailure
handlers, for all the API endpoints, are no longer nullable. ### 🛠 Fixed - 🛠 Fixed the bug parsing
InstagramMedia
objects with alocation
property (#7).
- The
-
v1.0.4 Changes
October 10, 2017➕ Added
- 100% documented code. ### 🔄 Changed
- 👀 Now, the redirection URI must be defined in the Info.plist file. See wiki.
- The
createdTime
attribute of the classesInstagramComment
andInstagramMedia
has been renamed tocreatedDate
and returns an object of typeDate
. - 👌 Improves Codebeat GBA. ### 🛠 Fixed
- 🛠 Fixed the type of the returned errors.
-
v1.0.3 Changes
October 08, 2017 -
v1.0.2 Changes
October 06, 2017➕ Added
InstagramLoginViewController
hides automatically when concludes.@discardableResult
tologout()
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➕ 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
andfailure
) instead of just one. ### 🛠 Fixed - Login page
WKWebView
now fits correctly when rotating device.
- 📜 Use of
-
v1.0.0 Changes
September 30, 2017➕ Added
- 🎉 Initial release.
🚀 [Unreleased]: https://github.com/AnderGoig/SwiftInstagram/compare/v1.1.1...develop