Skip to content
This repository has been archived by the owner on Nov 2, 2019. It is now read-only.

Latest commit

 

History

History
150 lines (110 loc) · 8.01 KB

CHANGELOG.md

File metadata and controls

150 lines (110 loc) · 8.01 KB

Change Log

0.9.0 (2019-09-02)

Full Changelog Objective-C dependency changelog

0.8.0 (2019-08-12)

Full Changelog

0.7.0 (2019-04-30)

Full Changelog

0.6.0 (2019-04-02)

Full Changelog

0.5.0 (2018-10-17)

Full Changelog

Fixed bugs:

  • Resolve Carthage Issue with Xcode 10

0.4.0 (2018-09-24)

Full Changelog

Implemented enhancements:

  • Updated to Swift 4.2

0.3.0 (2017-10-11)

Full Changelog

Implemented enhancements:

  • Update for Xcode 9 and Swift 4 #184 (gfosco)
  • Add userId and user properties to AppEventsLogger. #147 (nlutsenko)
  • Expand a set of predefined Read and Publish permissions. #130 (ranesr)
  • Publicize .name property on Permission. #96 (nlutsenko)
  • Add AppEventsLogger.pushNotificationsDeviceToken #71 (arsonik)
  • Doc fix, Any/Object #69 (arsonik)

Fixed bugs:

  • Fix LoginManager's initializer problem. #137 (RyogaK)

Merged pull requests:

  • Set swift user agent suffix in FBSDKSettings #164 (mcohnen)
  • Update to Xcode 8.3 and Swift 3.1. #146 (nlutsenko)
  • Improve ambiguous logIn\(\) function names in LoginManager. #97 (nlutsenko)
  • Improve UIAlertController APIs in the SwiftCatalog sample app #92 (mohshin-shah)
  • Minor documentation fixes. #90 (nlutsenko)
  • Update Facebook ObjC SDK dependency to 4.17. #88 (nlutsenko)
  • Update Facebook ObjC SDK dependency to 4.16. #68 (nlutsenko)
  • Re-enable Travis-CI CocoaPods linting for all frameworks. #61 (nlutsenko)
  • Add Swift version badge to README. #60 (nlutsenko)

0.2.0 (2016-09-24)

Full Changelog

Implemented enhancements:

  • Add Swift 3.0 support. #58 (nlutsenko)
  • Add constructor for OpenGraphShareContent. #42 (richardjrossiii)
  • Add iOS 9.0+ method for opening URLs to ApplicationDelegate. #37 (nlutsenko)
  • Refactor UserProfilePictureView into UserProfile.PictureView. #34 (nlutsenko)
  • Add ability to fetch and refresh UserProfile. #33 (nlutsenko)
  • Change type GraphRequestProtocol.apiVersion from String to concrete GraphAPIVersion. #32 (nlutsenko)

Merged pull requests:

  • Update ObjC SDK dependency to 4.15. #46 (nlutsenko)
  • Rename ApplicationDelegate to SDKApplicationDelegate to avoid name clashes. #36 (nlutsenko)
  • Fix possessive typos in README #27 (ashchan)
  • Mention local CocoaPods repo update in README instructions. #23 (nlutsenko)
  • Clarify upgrade instructions for Carthage. #21 (nlutsenko)
  • Clarify versioning instruction for CocoaPods installation. #15 (nlutsenko)
  • Add missing git submodule command to README #13 (hirschfl)
  • Update README.md #11 (SandroMachado)

0.1.1 (2016-07-14)

Full Changelog

Implemented enhancements:

  • Clarify Carthage and sub-project Getting Started instructions in README. #7 (nlutsenko)
  • Fix running of SwiftCatalog sample on device. #5 (nlutsenko)

Fixed bugs:

  • Cannot login with [.PublishActions] permissions #3

Merged pull requests:

  • Facebook Swift 0.1.1 #9 (nlutsenko)
  • Remove unused LoginManager.DefaultAudience file. #8 (nlutsenko)
  • Fix failing login with publish permissions when using LoginManager. #4 (nlutsenko)
  • Update links and platforms badge in README. #2 (nlutsenko)
  • Update CocoaPods settings and re-enable linting on Travis-CI. #1 (nlutsenko)

0.1.0 (2016-07-14)

* This Change Log was automatically generated by github_changelog_generator