7.0.0-alpha.5 (2024-01-06)
Features
- Add
installationId
,ip
,resendRequest
to arguments passed toverifyUserEmails
on verification email request (#8873) (8adcbee)
BREAKING CHANGES
- The
Parse.User
passed as argument ifverifyUserEmails
is set to a function is renamed fromuser
toobject
for consistency with invocations ofverifyUserEmails
on signup or login; the user object is not a plain JavaScript object anymore but an instance ofParse.User
(8adcbee)