All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
1.0.5 - 2017-10-18
- The
Success
andFailure
handlers, for all the API endpoints, are no longer nullable.
- Fixed the bug parsing
InstagramMedia
objects with alocation
property (#7).
1.0.4 - 2017-10-10
- 100% documented code.
- 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 the type of the returned errors.
1.0.3 - 2017-10-08
- Improved documentation.
InstagramAuthScope
renamed toInstagramScope
.
1.0.2 - 2017-10-07
InstagramLoginViewController
hides automatically when concludes.@discardableResult
tologout()
method.
- Better code organization, especially for networking.
- Authorization process errors are now correctly captured.
- Travis CI build error.
1.0.1 - 2017-10-03
- Use of
DispatchQueue
for parsing JSON and calling callback functions.
- 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.
- Login page
WKWebView
now fits correctly when rotating device.
- Initial release.