|
1 | 1 | # Change Log
|
2 |
| -All notable changes to this project will be documented in this file. |
3 | 2 |
|
4 |
| ---- |
| 3 | +## [1.11.0](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/tree/1.11.0) (2016-06-29) |
| 4 | +[Full Changelog](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/compare/1.10.0...1.11.0) |
5 | 5 |
|
6 |
| -## [ParseTwitterUtils 1.10.0](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/releases/tag/1.10.0) (01/07/2016) |
| 6 | +**Implemented enhancements:** |
7 | 7 |
|
8 |
| -#### New |
9 |
| -- ParseTwitterUtils now requires Xcode 7.0+. |
10 |
| - [#16](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/16), |
11 |
| - [#17](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/17), |
12 |
| - [#20](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/20) |
13 |
| - by [Nikita Lutsenko](https://github.com/nlutsenko) |
| 8 | +- Add support for Carthage. [\#33](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/33) ([nlutsenko](https://github.com/nlutsenko)) |
| 9 | +- Fix analyzer and build warnings. [\#32](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/32) ([nlutsenko](https://github.com/nlutsenko)) |
| 10 | +- Update all dependencies and project to Xcode 7.3. [\#28](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/28) ([nlutsenko](https://github.com/nlutsenko)) |
| 11 | +- 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)) |
| 12 | +- Removed `Parse.clientKey` requirement for initializing ParseTwitterUtils. [\#26](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/26) ([aphex3k](https://github.com/aphex3k)) |
14 | 13 |
|
15 |
| -#### Improved |
16 |
| -- Cleaned up and improved documentation. |
17 |
| - [#15](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/15) |
18 |
| - by [Nikita Lutsenko](https://github.com/nlutsenko) |
| 14 | +**Merged pull requests:** |
19 | 15 |
|
20 |
| -## [ParseTwitterUtils 1.9.1](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/releases/tag/1.9.1) (11/17/2015) |
| 16 | +- Update CocoaPods and RubyGems dependencies. [\#31](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/31) ([nlutsenko](https://github.com/nlutsenko)) |
21 | 17 |
|
22 |
| -#### New |
23 |
| -- ParseTwitterUtils now supports Xcode 7.1+. #6 |
| 18 | +## [1.10.0](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/tree/1.10.0) (2016-01-08) |
| 19 | +[Full Changelog](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/compare/1.9.1...1.10.0) |
24 | 20 |
|
25 |
| -#### Improved |
26 |
| -- Added safeguard assertion for initialization of PFTwitterUtils before Parse is initialized. #4 |
27 |
| -- Removed all custom nullability annotation macros. #8 |
28 |
| -- Improved localized strings generation. #2 |
| 21 | +**Implemented enhancements:** |
29 | 22 |
|
30 |
| -#### Fixed |
31 |
| -- Fixed potential warnings in PFOAuth1FlowDialog. #10 |
| 23 | +- Remove all usages of PF\_GENERIC macro. [\#19](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/19) ([nlutsenko](https://github.com/nlutsenko)) |
| 24 | +- Add custom packaging into a precompiled binary via Rakefile. [\#16](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/16) ([nlutsenko](https://github.com/nlutsenko)) |
| 25 | +- Update all of the public documentation to new style. [\#15](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/15) ([nlutsenko](https://github.com/nlutsenko)) |
32 | 26 |
|
33 |
| -## [ParseTwitterUtils 1.9.0](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/releases/tag/1.9.0) (10/08/2015) |
| 27 | +**Merged pull requests:** |
34 | 28 |
|
35 |
| -Hello, open source! |
| 29 | +- ParseTwitterUtils 1.10.0 [\#21](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/21) ([nlutsenko](https://github.com/nlutsenko)) |
| 30 | +- Update project to Xcode 7.2. [\#20](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/20) ([nlutsenko](https://github.com/nlutsenko)) |
| 31 | +- Use Xcode 7.2 for Travis-CI. [\#17](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/17) ([nlutsenko](https://github.com/nlutsenko)) |
| 32 | +- Update xctoolchain to latest. [\#14](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/14) ([richardjrossiii](https://github.com/richardjrossiii)) |
36 | 33 |
|
37 |
| -#### Fixed |
38 |
| -- Fixed initialization potentially blocking the main thread for a continuous amount of time. |
39 |
| -- Fixed parameter URL Encoding when signing requests with Twitter. |
| 34 | +## [1.9.1](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/tree/1.9.1) (2015-11-18) |
| 35 | +[Full Changelog](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/compare/1.9.0...1.9.1) |
| 36 | + |
| 37 | +**Implemented enhancements:** |
| 38 | + |
| 39 | +- Fix warnings in PFOAuth1FlowDialog. [\#10](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/10) ([nlutsenko](https://github.com/nlutsenko)) |
| 40 | +- Remove all usage of custom nullability macros. [\#8](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/8) ([nlutsenko](https://github.com/nlutsenko)) |
| 41 | +- Update everything to use Xcode 7.1. [\#6](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/6) ([nlutsenko](https://github.com/nlutsenko)) |
| 42 | +- 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)) |
| 43 | +- Include and automate localized strings generation. [\#2](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/2) ([nlutsenko](https://github.com/nlutsenko)) |
| 44 | + |
| 45 | +**Merged pull requests:** |
| 46 | + |
| 47 | +- ParseTwitterUtils 1.9.1 [\#13](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/13) ([nlutsenko](https://github.com/nlutsenko)) |
| 48 | +- Update Gemfile. [\#9](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/9) ([nlutsenko](https://github.com/nlutsenko)) |
| 49 | +- Update xctoolchain to latest. [\#5](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/5) ([nlutsenko](https://github.com/nlutsenko)) |
| 50 | +- Use shared things from xctoolchain. [\#3](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/3) ([nlutsenko](https://github.com/nlutsenko)) |
| 51 | + |
| 52 | +## [1.9.0](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/tree/1.9.0) (2015-10-08) |
| 53 | + |
| 54 | + |
| 55 | +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
0 commit comments