Skip to content

1.13.0

Compare
Choose a tag to compare
@nlutsenko nlutsenko released this 22 Mar 03:15
· 375 commits to master since this release

New

  • Parse SDK now fully supports Xcode 7.3.
  • Added ability to add multiple include keys at once in a PFQuery with includeKeys().
    #765 by @AndrewSB

Improved

  • Removed client-side PFFile size limitation.
    #833 by @nlutsenko
  • Allow clientKey to be nil when using new ParseClientConfiguration 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