Releases: parse-community/Parse-SDK-JS
Releases · parse-community/Parse-SDK-JS
4.2.0
4.2.0 (2023-09-15)
Bug Fixes
Parse.File.cancel
starts new attempt to save file (#1781) (b755e42)
Features
- Add
Parse.User.loginAs
(#1875) (381fcfc)
- Add
ParseQuery.watch
to trigger LiveQuery only on update of specific fields (#1839) (7479343)
4.2.0-alpha.9
Features
- Allow overriding
Parse.Error
message with custom message via new Core Manager option PARSE_ERRORS
(#2014) (be0c8a6)
4.2.0-alpha.8
Features
- Add Cloud Code context accessibility to
ParseUser.logIn
(#2010) (2446007)
4.2.0-alpha.7
Bug Fixes
ParseUser.linkWith
doesn't remove anonymous auth data (#2007) (7e2585c)
4.2.0-alpha.5
Features
- Add support for excluding keys in
ParseQuery.findAll
(#2000) (012ba4c)
4.2.0-alpha.4
Features
- Login with username, password and additional authentication data via
ParseUser.logInWithAdditionalAuth
(#1955) (2bad411)
4.2.0-alpha.3
Features
- Add support to invoke a Cloud Function with a custom
installationId
via Parse.Cloud.run
(#1939) (eb70b93)
4.2.0-alpha.2
Bug Fixes
- Hard-coding of
react-native
path does not work for workspace builds (#1930) (8222f3c)