Skip to content

Releases: parse-community/Parse-SDK-JS

4.3.0-alpha.4

07 Oct 00:21
Compare
Choose a tag to compare
4.3.0-alpha.4 Pre-release
Pre-release

4.3.0-alpha.4 (2023-10-07)

Bug Fixes

  • Error in web context when window.indexedDB API is available but protected (#2039) (360981f)

4.3.0-alpha.3

04 Oct 00:05
Compare
Choose a tag to compare
4.3.0-alpha.3 Pre-release
Pre-release

4.3.0-alpha.3 (2023-10-04)

Bug Fixes

  • Connection failure in Parse.Object.saveEventually and Parse.Object.destroyEventually not handled on custom Parse.Error.CONNECTION_FAILURE message (#2032) (4da3ebc)

4.3.0-alpha.2

03 Oct 23:38
Compare
Choose a tag to compare
4.3.0-alpha.2 Pre-release
Pre-release

4.3.0-alpha.2 (2023-10-03)

Bug Fixes

  • Docs fail with Cannot find module 'taffydb' (#2036) (dc91d0f)

4.3.0-alpha.1

26 Sep 01:05
Compare
Choose a tag to compare
4.3.0-alpha.1 Pre-release
Pre-release

4.3.0-alpha.1 (2023-09-26)

Bug Fixes

  • ParseUser.linkWith doesn't remove anonymous auth data (#2007) (7e2585c)
  • Hard-coding of react-native path does not work for workspace builds (#1930) (8222f3c)

Features

  • Add Bytes type to Parse.Schema (#2001) (343d0d7)
  • Add Cloud Code context accessibility to ParseUser.logIn (#2010) (2446007)
  • Add support for custom EventEmitter (#1999) (ca568a6)
  • Add support for excluding keys in ParseQuery.findAll (#2000) (012ba4c)
  • Add support to invoke a Cloud Function with a custom installationId via Parse.Cloud.run (#1939) (eb70b93)
  • Allow overriding Parse.Error message with custom message via new Core Manager option PARSE_ERRORS (#2014) (be0c8a6)
  • Login with username, password and additional authentication data via ParseUser.logInWithAdditionalAuth (#1955) (2bad411)

4.3.0-beta.1

16 Sep 00:05
Compare
Choose a tag to compare
4.3.0-beta.1 Pre-release
Pre-release

4.3.0-beta.1 (2023-09-16)

Bug Fixes

  • ParseUser.linkWith doesn't remove anonymous auth data (#2007) (7e2585c)
  • Hard-coding of react-native path does not work for workspace builds (#1930) (8222f3c)

Features

  • Add Bytes type to Parse.Schema (#2001) (343d0d7)
  • Add Cloud Code context accessibility to ParseUser.logIn (#2010) (2446007)
  • Add support for custom EventEmitter (#1999) (ca568a6)
  • Add support for excluding keys in ParseQuery.findAll (#2000) (012ba4c)
  • Add support to invoke a Cloud Function with a custom installationId via Parse.Cloud.run (#1939) (eb70b93)
  • Allow overriding Parse.Error message with custom message via new Core Manager option PARSE_ERRORS (#2014) (be0c8a6)
  • Login with username, password and additional authentication data via ParseUser.logInWithAdditionalAuth (#1955) (2bad411)

4.2.0

15 Sep 23:27
Compare
Choose a tag to compare

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.10

03 Sep 00:08
Compare
Choose a tag to compare
4.2.0-alpha.10 Pre-release
Pre-release

4.2.0-alpha.10 (2023-09-03)

Features

4.2.0-alpha.9

01 Sep 18:36
Compare
Choose a tag to compare
4.2.0-alpha.9 Pre-release
Pre-release

4.2.0-alpha.9 (2023-09-01)

Features

  • Allow overriding Parse.Error message with custom message via new Core Manager option PARSE_ERRORS (#2014) (be0c8a6)

4.2.0-alpha.8

30 Aug 22:56
Compare
Choose a tag to compare
4.2.0-alpha.8 Pre-release
Pre-release

4.2.0-alpha.8 (2023-08-30)

Features

  • Add Cloud Code context accessibility to ParseUser.logIn (#2010) (2446007)

4.2.0-alpha.7

29 Aug 22:58
Compare
Choose a tag to compare
4.2.0-alpha.7 Pre-release
Pre-release

4.2.0-alpha.7 (2023-08-29)

Bug Fixes

  • ParseUser.linkWith doesn't remove anonymous auth data (#2007) (7e2585c)