Skip to content

1.11.0

Compare
Choose a tag to compare
@nlutsenko nlutsenko released this 14 Dec 17:48
· 547 commits to master since this release

New

  • Parse SDK now fully supports tvOS and watchOS 2. #179, #250
  • Added ability to schedule push notifications to be delivered at a specific time. #610
  • +parseClassName is now the only required method of PFSubclassing protocol. #616
  • All instance variables of PFObject are private only. #618.

Improved

  • Improved performance of querying objects from Local Datastore. #603, #605
  • Improved performance of saving objects to Local Datastore. #591
  • Improved performance of parsing dates from strings. #591, #603
  • Updated, cleaned up and improved documentation. #615
  • Cleaned up header polluting imports. #636

Fixed

  • Fixed inability to use iOS SDK in App Extensions when installed via CocoaPods. #642
  • Fixed potential crash when loading offline objects from Local Datastore. #592
  • Fixed memory leak when using Local Datastore. #626, #629
  • Fixed saving a PFObject with circular links. #612, #587