1.8.4
New
- Added notifications for all network requests for debugging. #235
- All methods that return a
BFTask
now have genericresult
types. - Publicized API for
PFUser
integration withParseFacebookUtils
andParseTwitterUtils
.
Improved
- Improved unlinking a
PFUser
from third party authentication sources. #236 - Improved decoding of
updateAt
/createdAt
fields ofPFObject
s to handle edge case scenarios. #244
Fixed
- Fixed crash on
PFObject.deleteAll()
with empty array. #253 - Fixed nullability annotations for block types in
PFPurchase
. #237 - Fixed potential infinite recursion when calling
PFObject.isDirty()
on an object with recursive children. #259 - Fixed an issue with Local Datastore losing information on
PFObject
s that were pending to be eventually saved/deleted. #239
View all issues and pull requests associated with this release here.