Skip to content

Releases: parse-community/Parse-SDK-iOS-OSX

1.8.1

19 Aug 18:56
Compare
Choose a tag to compare
  • New: ParseOSX.framework was renamed to Parse.framework. #2
  • Feature: PFInstallation now automatically detects and stores current device locale. #37, #54
  • Improved: Original network errors (if any) are now stored under NSUnderlyingErrorKey in error.userInfo. #46
  • Fixed: BOOL properties on PFObject subclasses treated as numbers instead of booleans. #21
  • Fixed: Overwritten localizations when used via CocoaPods and integrating as static library. #38
  • Fixed: Potential collision of PFObject subclasses instance variables with _state name. #35
  • Fixed: Potential crash when receiving a push notification with sound set to null. #29

1.8.0

13 Aug 17:45
Compare
Choose a tag to compare

Hello, open source!

  • New: ParseTwitterUtils is now a separate framework.
  • New: Parse SDK now requires iOS 7.0+ and OS X 10.9+.
  • New: ParseFacebookUtilsV4 now defines a clang module and has a modulemap.
  • Improved: Multiple concurrent file downloads from the same URL now share single network connection.
  • Improved: Performance of all network requests, as well as file download/upload performance.
  • Improved: isEqual: and hash methods support for PFPush, PFQuery.
  • Improved: Binary size of all frameworks in Parse SDK.
  • Improved: Performance and memory usage.
  • Fixed: Warning being logged when calling PFConfig.currentConfig() from main thread.
  • Fixed: Potential crash when printing description of PFObject with cycle reference.
  • Fixed: In-app-purchase verification failing if purchase was already downloaded.
  • Fixed: Collision of state property in PFObject subclasses with internal code.
  • Fixed: Multiple calls to PFQuery.selectKeys() now include all keys specified.
  • Fixed: Rare potential deadlock on saving PFUser.
  • Updated and improved documentation.
  • Other small bug fixes.