Skip to content

Releases: parse-community/Parse-SDK-JS

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)

3.5.0-alpha.3

14 Sep 12:22

Choose a tag to compare

3.5.0-alpha.3 Pre-release
Pre-release

3.5.0-alpha.3 (2022-09-14)

Bug Fixes

  • Schema.addField does not correctly add value of type Date (#1544) (15111f7)

3.5.0-alpha.2

12 Sep 09:34

Choose a tag to compare

3.5.0-alpha.2 Pre-release
Pre-release

3.5.0-alpha.2 (2022-09-12)

Bug Fixes

  • remove base64 validation due to validation inefficiency (#1543) (473949d)

3.5.0-alpha.1

08 Sep 23:45

Choose a tag to compare

3.5.0-alpha.1 Pre-release
Pre-release

3.5.0-alpha.1 (2022-09-08)

Features

  • add json option to Parse.Query.each() (#1539) (89fd5ec)
  • add json option to query.each (299fb0d)

3.4.4

02 Sep 16:11

Choose a tag to compare

3.4.4 (2022-09-02)

Bug Fixes

  • subscription to a LiveQuery containing ParseQuery.select overrides properties (#1488) (b80eee4)

3.4.4-alpha.2

16 Aug 10:03

Choose a tag to compare

3.4.4-alpha.2 Pre-release
Pre-release

3.4.4-alpha.2 (2022-08-16)

Bug Fixes

  • Parse.User.signUp() does not pass context to Cloud Code (#1527) (53edcfd)

3.4.4-alpha.1

28 Jul 16:57

Choose a tag to compare

3.4.4-alpha.1 Pre-release
Pre-release

3.4.4-alpha.1 (2022-07-28)

Bug Fixes

  • creating a Parse.File with base64 string fails for some encodings (#1517) (0439862)
  • subscription to a LiveQuery containing ParseQuery.select overrides properties (#1488) (b80eee4)

3.4.4-beta.1

02 Jul 22:56

Choose a tag to compare

3.4.4-beta.1 Pre-release
Pre-release

3.4.4-beta.1 (2022-07-02)

Bug Fixes

  • subscription to a LiveQuery containing ParseQuery.select overrides properties (#1488) (b80eee4)

3.4.3

02 Jul 12:25

Choose a tag to compare

3.4.3 (2022-07-02)

Bug Fixes

  • creating a Parse.File with base64 string fails for some file types (#1467) (c07d6c9)
  • invalid name for Parse.Role throws incorrect error (#1481) (8326a6f)