All Versions
10
Latest Version
Avg Release Cycle
42 days
Latest Release
2315 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โ Added
- ๐ JSON parser improvements.
- General source code improvements.
๐ Changed
-
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๐ Changed
- ๐ Improved documentation.
InstagramAuthScope
renamed toInstagramScope
.
-
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