Skip to content

1.8.2

Compare
Choose a tag to compare
@nlutsenko nlutsenko released this 28 Aug 00:39
· 1073 commits to master since this release
  • New: Ability to revert all changes or a single key on PFObject. #52, #70
  • New: Parse SDK now fully compiles from source when used with App Extensions. #43
  • Improved: Swift projects that use Parse SDK no longer need to explicitly import Bolts to get access to methods that return BFTask. #64
  • Improved: Subclasses of PFObject will now properly use instance variables that are @synthesized to custom names. #81
  • Improved: Network Activity Indicator is now properly managed by Parse on all network requests on iOS. #83, #74
  • Improved: PFFile now properly manages and evicts stale staged data from previous app launches. #18
  • Improved: PFGeoPoint constructors now return instancetype for better subclassing support. #66
  • Improved: In-App-Purchase verification now uses appStoreReceipt and works on iOS 9. #87
  • Improved: 100% of public API now has nullability annotations. #65
  • Fixed: Potentially not performed PFObject fetch and delete methods, if there is no strong reference to instance of object. #104
  • Fixed: Not presented account selection dialog when logging in/linking with Twitter on iOS 8+. #79, #80.
  • Fixed: Missing umbrella header for ParseFacebookUtilsV4.framework. #59
  • Fixed: Code signing problems with Parse.framework for OS X. #103
  • Performance and behind the scene improvements.