4.0.0-alpha.2
Pre-release
Pre-release
·
862 commits
to alpha
since this release
4.0.0-alpha.2 (2022-11-15)
Bug Fixes
Parse.Query.subscribe()does not return a rejected promise on error in Cloud Code TriggersbeforeConnectorbeforeSubscribe(#1490) (96d7174)
BREAKING CHANGES
- Calling
Parse.Query.subscribe()will now return a rejected promise if an error is thrown in Cloud Code TriggersbeforeConnectorbeforeSubscribe; in previous releases a resolved promise was returned, even if subscribing failed and it was necessary to create anerror.onlistener to handle these errors (#1490) (96d7174)