Skip to content

1.8.1

Compare
Choose a tag to compare
@nlutsenko nlutsenko released this 19 Aug 18:56
· 1137 commits to master since this release
  • 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