Releases: parse-community/Parse-SDK-JS
Releases · parse-community/Parse-SDK-JS
4.0.0-alpha.8
4.0.0-alpha.8 (2023-02-04)
Bug Fixes
4.0.0-alpha.11
4.0.0-alpha.11 (2023-02-04)
Bug Fixes
4.0.0-alpha.10
4.0.0-alpha.10 (2023-02-04)
Features
4.0.1
4.0.1-beta.1
4.0.1-beta.1 (2023-01-31)
Bug Fixes
4.0.0-alpha.7
4.0.0-alpha.7 (2023-01-30)
Bug Fixes
4.0.0-alpha.6
4.0.0-alpha.6 (2023-01-27)
Bug Fixes
4.0.0
4.0.0 (2023-01-23)
Bug Fixes
Parse.Query.subscribe()
does not return a rejected promise on error in Cloud Code TriggersbeforeConnect
orbeforeSubscribe
(#1490) (96d7174)- Remove support for Node <14 (#1603) (bc04b4b)
Features
- Add Node 16 and 18 support (#1598) (2c79a31)
- Add node 19 support (8ed0fab)
- Add Node 19 support (#1643) (dfb5196)
Performance Improvements
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) - This release removes support for Node versions <14 (bc04b4b)
4.0.0-beta.1
4.0.0-beta.1 (2023-01-23)
Bug Fixes
Parse.Query.subscribe()
does not return a rejected promise on error in Cloud Code TriggersbeforeConnect
orbeforeSubscribe
(#1490) (96d7174)- Remove support for Node <14 (#1603) (bc04b4b)
Features
- Add Node 16 and 18 support (#1598) (2c79a31)
- Add node 19 support (8ed0fab)
- Add Node 19 support (#1643) (dfb5196)
Performance Improvements
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) - This release removes support for Node versions <14 (bc04b4b)