1.13.0
New
- Parse SDK now fully supports Xcode 7.3.
- Added ability to add multiple
includekeys at once in aPFQuerywithincludeKeys().
#765 by @AndrewSB
Improved
- Removed client-side
PFFilesize limitation.
#833 by @nlutsenko - Allow
clientKeyto benilwhen using newParseClientConfigurationAPI.
#827 by @nlutsenko - Properly annotated as nullable
Parse.currentConfiguration()getter.
#858 by @nlutsenko - Improved performance and error handling on loading
PFInstallation.currentInstallation().
#860 by @nlutsenko
Fixed
- Fixed few static analyzer warnings.
#750 by @nlutsenko - Fixed specifying the client scheduled push date that is far in the future.
#790 by @jrturton - Fixed Swift 2.2 naming conversion for
PFObject.init(withoutDataWithClassName:).
#859 by @nlutsenko