1.13.0
New
- Parse SDK now fully supports Xcode 7.3.
- Added ability to add multiple
include
keys at once in aPFQuery
withincludeKeys()
.
#765 by @AndrewSB
Improved
- Removed client-side
PFFile
size limitation.
#833 by @nlutsenko - Allow
clientKey
to benil
when using newParseClientConfiguration
API.
#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