Skip to content

Latest commit

 

History

History
58 lines (49 loc) · 2.29 KB

CHANGELOG.md

File metadata and controls

58 lines (49 loc) · 2.29 KB

Changelog

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

Changed

  • The Success and Failure handlers, for all the API endpoints, are no longer nullable.

Fixed

  • Fixed the bug parsing InstagramMedia objects with a location property (#7).

1.0.4 - 2017-10-10

Added

  • 100% documented code.

Changed

  • Now, the redirection URI must be defined in the Info.plist file. See wiki.
  • The createdTime attribute of the classes InstagramComment and InstagramMedia has been renamed to createdDate and returns an object of type Date.
  • Improves Codebeat GBA.

Fixed

  • Fixed the type of the returned errors.

1.0.3 - 2017-10-08

Changed

  • Improved documentation.
  • InstagramAuthScope renamed to InstagramScope.

1.0.2 - 2017-10-07

Added

  • InstagramLoginViewController hides automatically when concludes.
  • @discardableResult to logout() method.

Changed

  • Better code organization, especially for networking.

Fixed

  • Authorization process errors are now correctly captured.
  • Travis CI build error.

1.0.1 - 2017-10-03

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 and failure) instead of just one.

Fixed

  • Login page WKWebView now fits correctly when rotating device.

1.0.0 - 2017-09-30

Added

  • Initial release.