Releases: parse-community/Parse-SDK-JS
Releases · parse-community/Parse-SDK-JS
4.0.0-alpha.4
3.5.1
3.5.1-beta.2
3.5.1-beta.2 (2022-11-26)
Bug Fixes
4.0.0-alpha.3
4.0.0-alpha.3 (2022-11-18)
Performance Improvements
4.0.0-alpha.2
4.0.0-alpha.2 (2022-11-15)
Bug Fixes
Parse.Query.subscribe()
does not return a rejected promise on error in Cloud Code TriggersbeforeConnect
orbeforeSubscribe
(#1490) (96d7174)
BREAKING CHANGES
- Calling
Parse.Query.subscribe()
will now return a rejected promise if an error is thrown in Cloud Code TriggersbeforeConnect
orbeforeSubscribe
; in previous releases a resolved promise was returned, even if subscribing failed and it was necessary to create anerror.on
listener to handle these errors (#1490) (96d7174)
4.0.0-alpha.1
4.0.0-alpha.1 (2022-11-10)
Bug Fixes
BREAKING CHANGES
- This release removes support for Node versions <14 (bc04b4b)