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

ParseTwitterUtils 1.11.0 🐦 #34

Merged
merged 3 commits into from
Jun 30, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
add_issues_wo_labels=false
exclude_labels=duplicate,question,wontfix,discussion,needs more info,backend,off topic,product usage
70 changes: 43 additions & 27 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,55 @@
# Change Log
All notable changes to this project will be documented in this file.

---
## [1.11.0](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/tree/1.11.0) (2016-06-29)
[Full Changelog](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/compare/1.10.0...1.11.0)

## [ParseTwitterUtils 1.10.0](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/releases/tag/1.10.0) (01/07/2016)
**Implemented enhancements:**

#### New
- ParseTwitterUtils now requires Xcode 7.0+.
[#16](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/16),
[#17](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/17),
[#20](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/20)
by [Nikita Lutsenko](https://github.com/nlutsenko)
- Add support for Carthage. [\#33](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/33) ([nlutsenko](https://github.com/nlutsenko))
- Fix analyzer and build warnings. [\#32](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/32) ([nlutsenko](https://github.com/nlutsenko))
- Update all dependencies and project to Xcode 7.3. [\#28](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/28) ([nlutsenko](https://github.com/nlutsenko))
- Add support for using `PF_Twitter` without a linking or logging into a Parse account [\#27](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/27) ([zadr](https://github.com/zadr))
- Removed `Parse.clientKey` requirement for initializing ParseTwitterUtils. [\#26](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/26) ([aphex3k](https://github.com/aphex3k))

#### Improved
- Cleaned up and improved documentation.
[#15](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/15)
by [Nikita Lutsenko](https://github.com/nlutsenko)
**Merged pull requests:**

## [ParseTwitterUtils 1.9.1](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/releases/tag/1.9.1) (11/17/2015)
- Update CocoaPods and RubyGems dependencies. [\#31](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/31) ([nlutsenko](https://github.com/nlutsenko))

#### New
- ParseTwitterUtils now supports Xcode 7.1+. #6
## [1.10.0](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/tree/1.10.0) (2016-01-08)
[Full Changelog](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/compare/1.9.1...1.10.0)

#### 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
**Implemented enhancements:**

#### Fixed
- Fixed potential warnings in PFOAuth1FlowDialog. #10
- Remove all usages of PF\_GENERIC macro. [\#19](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/19) ([nlutsenko](https://github.com/nlutsenko))
- Add custom packaging into a precompiled binary via Rakefile. [\#16](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/16) ([nlutsenko](https://github.com/nlutsenko))
- Update all of the public documentation to new style. [\#15](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/15) ([nlutsenko](https://github.com/nlutsenko))

## [ParseTwitterUtils 1.9.0](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/releases/tag/1.9.0) (10/08/2015)
**Merged pull requests:**

Hello, open source!
- ParseTwitterUtils 1.10.0 [\#21](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/21) ([nlutsenko](https://github.com/nlutsenko))
- Update project to Xcode 7.2. [\#20](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/20) ([nlutsenko](https://github.com/nlutsenko))
- Use Xcode 7.2 for Travis-CI. [\#17](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/17) ([nlutsenko](https://github.com/nlutsenko))
- Update xctoolchain to latest. [\#14](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/14) ([richardjrossiii](https://github.com/richardjrossiii))

#### Fixed
- Fixed initialization potentially blocking the main thread for a continuous amount of time.
- Fixed parameter URL Encoding when signing requests with Twitter.
## [1.9.1](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/tree/1.9.1) (2015-11-18)
[Full Changelog](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/compare/1.9.0...1.9.1)

**Implemented enhancements:**

- Fix warnings in PFOAuth1FlowDialog. [\#10](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/10) ([nlutsenko](https://github.com/nlutsenko))
- Remove all usage of custom nullability macros. [\#8](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/8) ([nlutsenko](https://github.com/nlutsenko))
- Update everything to use Xcode 7.1. [\#6](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/6) ([nlutsenko](https://github.com/nlutsenko))
- Added safeguard assertion for initialization of PFTwitterUtils before Parse is initialized. [\#4](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/4) ([nlutsenko](https://github.com/nlutsenko))
- Include and automate localized strings generation. [\#2](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/2) ([nlutsenko](https://github.com/nlutsenko))

**Merged pull requests:**

- ParseTwitterUtils 1.9.1 [\#13](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/13) ([nlutsenko](https://github.com/nlutsenko))
- Update Gemfile. [\#9](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/9) ([nlutsenko](https://github.com/nlutsenko))
- Update xctoolchain to latest. [\#5](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/5) ([nlutsenko](https://github.com/nlutsenko))
- Use shared things from xctoolchain. [\#3](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/3) ([nlutsenko](https://github.com/nlutsenko))

## [1.9.0](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/tree/1.9.0) (2015-10-08)


\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
6 changes: 3 additions & 3 deletions ParseTwitterUtils.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ParseTwitterUtils'
s.version = '1.10.0'
s.version = '1.11.0'
s.license = { :type => 'Commercial', :text => "See https://www.parse.com/about/terms" }
s.homepage = 'https://www.parse.com/'
s.summary = 'Parse is a complete technology stack to power your app\'s backend.'
Expand Down Expand Up @@ -28,6 +28,6 @@ Pod::Spec.new do |s|
'Social'
s.libraries = 'z', 'sqlite3'

s.dependency 'Bolts/Tasks', '~> 1.5'
s.dependency 'Parse', '~> 1.9'
s.dependency 'Bolts/Tasks', '~> 1.7'
s.dependency 'Parse', '~> 1.13'
end
4 changes: 2 additions & 2 deletions Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.10.0</string>
<string>1.11.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
Expand All @@ -22,7 +22,7 @@
<string>iPhoneOS</string>
</array>
<key>CFBundleVersion</key>
<string>1.10.0</string>
<string>1.11.0</string>
<key>MinimumOSVersion</key>
<string>6.0</string>
</dict>
Expand Down