Skip to content

Releases: parse-community/Parse-SDK-JS

3.5.1-alpha.2

07 Nov 13:26

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

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

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

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)

3.5.0

01 Nov 21:42

Choose a tag to compare

3.5.0 (2022-11-01)

Warning

⚠️ This release contains several bugs due to a code compilation issue. We strongly recommend to skip this release.

Bug Fixes

  • Parse.User.signUp() does not pass context to Cloud Code (#1527) (53edcfd)
  • Schema.addField does not correctly add value of type Date (#1544) (15111f7)
  • creating a Parse.File with base64 string fails for some encodings (#1517) (0439862)
  • initialization fails in non-browser environment that doesn't support indexedDB (#1569) (3560a5e)
  • remove base64 validation due to validation inefficiency (#1543) (473949d)

Features

  • add json option to Parse.Query.each() (#1539) (89fd5ec)
  • add json option to query.each (299fb0d)
  • generate Parse.Object.objectId automatically when allowCustomObjectId is enabled and no objectId is passed (#1540) (68f3ff5)
  • localDatastore support for unsorted distance queries (#1570) (ea3e75f)

3.5.0-alpha.7

01 Nov 21:27

Choose a tag to compare

3.5.0-alpha.7 Pre-release
Pre-release

3.5.0-alpha.7 (2022-11-01)

Bug Fixes

  • React Native build does not maintain arrow functions and causes error with AsyncStorage (#1587) (8aeaa4f)

3.5.0-beta.1

25 Oct 22:19

Choose a tag to compare

3.5.0-beta.1 Pre-release
Pre-release

3.5.0-beta.1 (2022-10-25)

Bug Fixes

  • Parse.User.signUp() does not pass context to Cloud Code (#1527) (53edcfd)
  • Schema.addField does not correctly add value of type Date (#1544) (15111f7)
  • creating a Parse.File with base64 string fails for some encodings (#1517) (0439862)
  • initialization fails in non-browser environment that doesn't support indexedDB (#1569) (3560a5e)
  • remove base64 validation due to validation inefficiency (#1543) (473949d)

Features

  • add json option to Parse.Query.each() (#1539) (89fd5ec)
  • generate Parse.Object.objectId automatically when allowCustomObjectId is enabled and no objectId is passed (#1540) (68f3ff5)
  • localDatastore support for unsorted distance queries (#1570) (ea3e75f)

3.5.0-alpha.6

13 Oct 01:25

Choose a tag to compare

3.5.0-alpha.6 Pre-release
Pre-release

3.5.0-alpha.6 (2022-10-13)

Bug Fixes

  • initialization fails in non-browser environment that doesn't support indexedDB (#1569) (3560a5e)

3.5.0-alpha.5

11 Oct 22:28

Choose a tag to compare

3.5.0-alpha.5 Pre-release
Pre-release

3.5.0-alpha.5 (2022-10-11)

Features

  • localDatastore support for unsorted distance queries (#1570) (ea3e75f)

3.5.0-alpha.4

21 Sep 20:53

Choose a tag to compare

3.5.0-alpha.4 Pre-release
Pre-release

3.5.0-alpha.4 (2022-09-21)

Features

  • generate Parse.Object.objectId automatically when allowCustomObjectId is enabled and no objectId is passed (#1540) (68f3ff5)