Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^5.3.0
->^6.0.0
Release Notes
parse-community/Parse-SDK-JS (parse)
v6.0.0
Compare Source
Bug Fixes
Parse.Hooks
requests have double forward slash in URL (#2441) (1fc520c)Parse.Query.findAll
not returning all objects with optionjson: true
(#2449) (f160b8c)useMasterKey: false
toParse.Cloud.run
(#2431) (abadac9)error
from various methods ofParse.Object
(#2445) (52ddaee)Features
Parse.Object
(#2265) (2b55bdf)BREAKING CHANGES
Parse.Hooks
use a URL that contains a double forward slash, for examplehttp://localhost/parse//hooks/functions
. This release changes the double forward slash to a single forward slash. (1fc520c)error
fromParse.Object.set
,Parse.Object.setACL
,Parse.Object.unset
,Parse.Role.setName
and instead throws on validation error. Previously, if theerror
option was set, the handler was invoked if a validation error occurred onParse.Object.set
, and if no handler was set, an error was thrown onParse.Object.save
. The new behavior is that an error is thrown atParse.Object.set
. For example, instead of usingParse.Object.set(key, value, { error: ... })
wrapParse.Object.set(key, value)
into atry/catch
block. (52ddaee)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.