Skip to content

1.10.0

Compare
Choose a tag to compare
@cbaker6 cbaker6 released this 30 Sep 16:24
· 143 commits to main since this release
f085dcf

Full Changelog

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.