Skip to content
This repository has been archived by the owner on Jan 16, 2021. It is now read-only.

Latest commit

 

History

History
51 lines (33 loc) · 1.73 KB

CHANGELOG.md

File metadata and controls

51 lines (33 loc) · 1.73 KB

Change Log

All notable changes to this project will be documented in this file.


Updated

  • ParseFacebookUtilsV4 CocoaPod now uses the latest version of Facebook SDK.
    #50, #48 by @nlutsenko

Fixed

  • Fixed static analyzer warnings that appeared in Xcode 7.3 beta.
    #51 by @nlutsenko

New

New

  • ParseFacebookUtils now supports tvOS. #23

Improved

  • Updated, cleaned up and improved documentation. #22

New

  • ParseFacebookUtils now supports Xcode 7.1. #7
  • ParseFacebookUtils now depends on FBSDK 4.8+.

Improved

  • Removed unused imports. #10

Hello, open source!

Fixed

  • Fixed initialization of Facebook Utils blocking the main thread.