1.10.0
Improvements
- (Breaking Change) Provide ParseObject property, emptyObject, that makes it easy to send only modified keys to the server. This change "might" be breaking depending on your implementation as it requires ParseObjects to now have an empty initializer, init() (#243), thanks to Corey Baker.
Fixes
- ParseUser shouldn't send email if it hasn't been modified or else email verification is resent (#241), thanks to Corey Baker.