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

Releases: parse-community/ParseTwitterUtils-iOS

1.11.0

30 Jun 06:46
Compare
Choose a tag to compare

Implemented enhancements:

  • Add support for Carthage. #33 (nlutsenko)
  • Fix analyzer and build warnings. #32 (nlutsenko)
  • Update all dependencies and project to Xcode 7.3. #28 (nlutsenko)
  • Add support for using PF_Twitter without a linking or logging into a Parse account #27 (zadr)
  • Removed Parse.clientKey requirement for initializing ParseTwitterUtils. #26 (aphex3k)

Merged pull requests:

  • Update CocoaPods and RubyGems dependencies. #31 (nlutsenko)

1.10.0

08 Jan 01:52
Compare
Choose a tag to compare

New

Improved

View all issues and pull requests associated with this release here.

1.9.1

18 Nov 00:13
Compare
Choose a tag to compare

New

  • ParseTwitterUtils now supports Xcode 7.1+. #6

Improved

  • Added safeguard assertion for initialization of PFTwitterUtils before Parse is initialized. #4
  • Removed all custom nullability annotation macros. #8
  • Improved localized strings generation. #2

Fixed

  • Fixed potential warnings in PFOAuth1FlowDialog. #10

View all issues and pull requests associated with this release here.

1.9.0

18 Nov 00:13
Compare
Choose a tag to compare

Hello, open source!

Fixed

  • Fixed initialization potentially blocking the main thread for a continuous amount of time.
  • Fixed parameter URL Encoding when signing requests with Twitter.