Skip to content

Releases: parse-community/Parse-SDK-JS

6.0.0-alpha.2

16 Feb 18:10
Compare
Choose a tag to compare
6.0.0-alpha.2 Pre-release
Pre-release

6.0.0-alpha.2 (2025-02-16)

Bug Fixes

  • Parse.Hooks requests have double forward slash in URL (#2441) (1fc520c)

BREAKING CHANGES

  • Internal REST requests for Parse.Hooks use a URL that contains a double forward slash, for example http://localhost/parse//hooks/functions. This release changes the double forward slash to a single forward slash. (1fc520c)

6.0.0-alpha.1

16 Feb 01:27
Compare
Choose a tag to compare
6.0.0-alpha.1 Pre-release
Pre-release

6.0.0-alpha.1 (2025-02-16)

Bug Fixes

  • Remove validation error handler option error from various methods of Parse.Object (#2445) (52ddaee)

BREAKING CHANGES

  • Removes the error handler option error from Parse.Object.set, Parse.Object.setACL, Parse.Object.unset, Parse.Role.setName and instead throws on validation error. Previously, if the error option was set, the handler was invoked if a validation error occurred on Parse.Object.set, and if no handler was set, an error was thrown on Parse.Object.save. The new behavior is that an error is thrown at Parse.Object.set. For example, instead of using Parse.Object.set(key, value, { error: ... }) wrap Parse.Object.set(key, value) into a try/catch block. (52ddaee)

5.3.0-alpha.6

14 Feb 14:10
Compare
Choose a tag to compare
5.3.0-alpha.6 Pre-release
Pre-release

5.3.0-alpha.6 (2025-02-14)

Bug Fixes

  • Parse.Query.findAll not returning all objects with option json: true (#2449) (f160b8c)

5.3.0-alpha.5

11 Feb 22:00
Compare
Choose a tag to compare
5.3.0-alpha.5 Pre-release
Pre-release

5.3.0-alpha.5 (2025-02-11)

Bug Fixes

  • Cannot pass useMasterKey: false to Parse.Cloud.run (#2431) (abadac9)

5.3.0-alpha.4

14 Oct 14:51
Compare
Choose a tag to compare
5.3.0-alpha.4 Pre-release
Pre-release

5.3.0-alpha.4 (2024-10-14)

Features

  • Add transaction to save and destroy on Parse.Object (#2265) (2b55bdf)

5.3.0-alpha.3

25 Sep 11:40
Compare
Choose a tag to compare
5.3.0-alpha.3 Pre-release
Pre-release

5.3.0-alpha.3 (2024-09-25)

Bug Fixes

  • Security upgrade dset from 3.1.3 to 3.1.4 (#2277) (058f8e4)

5.3.0

07 Jul 15:43
Compare
Choose a tag to compare

5.3.0 (2024-07-07)

Bug Fixes

  • Parse.Object.get returns array instead of object if key name is number-like (#2201) (5921ba2)

Features

5.3.0-beta.1

07 Jul 15:31
Compare
Choose a tag to compare
5.3.0-beta.1 Pre-release
Pre-release

5.3.0-beta.1 (2024-07-07)

Bug Fixes

  • Parse.Object.get returns array instead of object if key name is number-like (#2201) (5921ba2)

Features

5.3.0-alpha.2

07 Jul 12:46
Compare
Choose a tag to compare
5.3.0-alpha.2 Pre-release
Pre-release

5.3.0-alpha.2 (2024-07-07)

Bug Fixes

  • Parse.Object.get returns array instead of object if key name is number-like (#2201) (5921ba2)

5.3.0-alpha.1

07 Jul 12:36
Compare
Choose a tag to compare
5.3.0-alpha.1 Pre-release
Pre-release

5.3.0-alpha.1 (2024-07-07)

Features