Skip to content

Releases: parse-community/Parse-SDK-JS

4.0.0-alpha.4

21 Dec 14:54
Compare
Choose a tag to compare
4.0.0-alpha.4 Pre-release
Pre-release

4.0.0-alpha.4 (2022-12-21)

Features

3.5.1

26 Nov 23:50
Compare
Choose a tag to compare

3.5.1 (2022-11-26)

Bug Fixes

  • File upload fails when uploading base64 data (#1578) (03ee3ff)
  • React Native build does not maintain arrow functions and causes error with AsyncStorage (#1587) (8aeaa4f)
  • SDK builds incorrectly since release 3.5.0 causing various bugs (#1600) (f15154f)

3.5.1-beta.2

26 Nov 23:43
Compare
Choose a tag to compare
3.5.1-beta.2 Pre-release
Pre-release

3.5.1-beta.2 (2022-11-26)

Bug Fixes

  • SDK builds incorrectly since release 3.5.0 causing various bugs (#1600) (f15154f)

4.0.0-alpha.3

18 Nov 20:09
Compare
Choose a tag to compare
4.0.0-alpha.3 Pre-release
Pre-release

4.0.0-alpha.3 (2022-11-18)

Performance Improvements

  • Avoid CORS preflight request by removing upload listener when not used (#1610) (6125419)

4.0.0-alpha.2

15 Nov 02:37
Compare
Choose a tag to compare
4.0.0-alpha.2 Pre-release
Pre-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 Triggers beforeConnect or beforeSubscribe (#1490) (96d7174)

BREAKING CHANGES

  • Calling Parse.Query.subscribe() will now return a rejected promise if an error is thrown in Cloud Code Triggers beforeConnect or beforeSubscribe; in previous releases a resolved promise was returned, even if subscribing failed and it was necessary to create an error.on listener to handle these errors (#1490) (96d7174)

4.0.0-alpha.1

10 Nov 13:31
Compare
Choose a tag to compare
4.0.0-alpha.1 Pre-release
Pre-release

4.0.0-alpha.1 (2022-11-10)

Bug Fixes

BREAKING CHANGES

  • This release removes support for Node versions <14 (bc04b4b)

3.5.1-alpha.2

07 Nov 13:26
Compare
Choose a tag to compare
3.5.1-alpha.2 Pre-release
Pre-release

3.5.1-alpha.2 (2022-11-07)

Bug Fixes

  • SDK builds incorrectly since release 3.5.0 causing various bugs (#1600) (f15154f)

3.5.1-beta.1

03 Nov 19:41
Compare
Choose a tag to compare
3.5.1-beta.1 Pre-release
Pre-release

3.5.1-beta.1 (2022-11-03)

Bug Fixes

  • File upload fails when uploading base64 data (#1578) (03ee3ff)
  • React Native build does not maintain arrow functions and causes error with AsyncStorage (#1587) (8aeaa4f)

3.5.1-alpha.1

03 Nov 20:03
Compare
Choose a tag to compare
3.5.1-alpha.1 Pre-release
Pre-release

3.5.1-alpha.1 (2022-11-03)

Bug Fixes

  • File upload fails when uploading base64 data (#1578) (03ee3ff)
  • React Native build does not maintain arrow functions and causes error with AsyncStorage (#1587) (8aeaa4f)

3.5.0-alpha.8

03 Nov 19:28
Compare
Choose a tag to compare
3.5.0-alpha.8 Pre-release
Pre-release

3.5.0-alpha.8 (2022-11-03)

Bug Fixes

  • File upload fails when uploading base64 data (#1578) (03ee3ff)