Releases: parse-community/Parse-SDK-iOS-OSX
Releases · parse-community/Parse-SDK-iOS-OSX
1.8.1
- New:
ParseOSX.framework
was renamed toParse.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 onPFObject
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
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:
andhash
methods support forPFPush
,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 inPFObject
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.