forked from parse-community/Parse-SDK-JS
-
Notifications
You must be signed in to change notification settings - Fork 0
updated master #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* chore(package): update eslint-plugin-flowtype to version 4.0.0 * chore(package): update lockfile package-lock.json
* chore(package): update core-js to version 3.2.1 * chore(package): update lockfile package-lock.json
* fix(package): update ws to version 7.1.2 * chore(package): update lockfile package-lock.json
Makes the guide easily accessible.
…n 🚀 (#891) * chore(package): update babel-plugin-minify-dead-code-elimination to version 0.5.1 * chore(package): update lockfile package-lock.json
* fix(package): update uuid to version 3.3.3 * chore(package): update lockfile package-lock.json
* Support object.exists() * improve implementation
* chore(package): update babel-eslint to version 10.0.3 * chore(package): update lockfile package-lock.json
* Update CHANGELOG.md * 2.7.0
* chore(package): update eslint to version 6.3.0 * chore(package): update lockfile package-lock.json
* chore(package): update cross-env to version 5.2.1 * chore(package): update lockfile package-lock.json
* chore(package): update eslint-plugin-flowtype to version 4.3.0 * chore(package): update lockfile package-lock.json
* added support for options in Parse.Config.get * added integration tests for parse config * Point parse-server to parse-community/parse-server@ac40bf6 * Fix docs
* added master-key-only option when saving config * added docs; removed unnecessary encoding * generalized test config; added test case for retrieving config afer saving * Update package-lock.json * Revert "Update package-lock.json" This reverts commit 04152dc. * added unit test * fix test
* fix(package): update @babel/runtime-corejs3 to version 7.6.0 * chore(package): update lockfile package-lock.json
* chore(package): update @babel/core to version 7.6.0 * chore(package): update @babel/plugin-transform-flow-comments to version 7.6.0 * chore(package): update @babel/plugin-transform-runtime to version 7.6.0 * chore(package): update @babel/preset-env to version 7.6.0 * fix(package): update @babel/runtime to version 7.6.0 * chore(package): update lockfile package-lock.json
* chore(package): update eslint to version 6.4.0 * chore(package): update lockfile package-lock.json
* chore(package): update cross-env to version 6.0.0 * chore(package): update lockfile package-lock.json
* chore(package): update codecov to version 3.6.0 * chore(package): update lockfile package-lock.json
* chore(package): update codecov to version 3.6.1 * chore(package): update lockfile package-lock.json
* chore(package): update jasmine to version 3.5.0 * chore(package): update lockfile package-lock.json
* fix(package): update @babel/runtime-corejs3 to version 7.6.2 * chore(package): update lockfile package-lock.json
* chore(package): update @babel/core to version 7.6.2 * chore(package): update @babel/plugin-transform-runtime to version 7.6.2 * chore(package): update @babel/preset-env to version 7.6.2 * fix(package): update @babel/runtime to version 7.6.2 * chore(package): update lockfile package-lock.json
* chore(package): update eslint to version 6.5.0 * chore(package): update lockfile package-lock.json
* chore(package): update eslint to version 6.5.1 * chore(package): update lockfile package-lock.json
* chore(package): update cross-env to version 6.0.2 * chore(package): update lockfile package-lock.json
* chore(package): update eslint-plugin-flowtype to version 4.5.0 * chore(package): update lockfile package-lock.json
* chore(package): update eslint-plugin-flowtype to version 4.5.1 * chore(package): update lockfile package-lock.json
* chore(package): update eslint to version 6.7.1 * chore(package): update lockfile package-lock.json
* chore(package): update eslint to version 6.7.2 * chore(package): update lockfile package-lock.json
* chore(package): update core-js to version 3.4.3 * chore(package): update lockfile package-lock.json
* chore(package): update core-js to version 3.4.6 * chore(package): update lockfile package-lock.json
* chore(package): update core-js to version 3.4.7 * Update package-lock.json
* ⚡️ Release v2.10.0 * audit fix
* fix(package): update @babel/runtime-corejs3 to version 7.7.5 * chore(package): update lockfile package-lock.json
* chore(package): update @babel/core to version 7.7.5 * chore(package): update @babel/plugin-transform-runtime to version 7.7.5 * chore(package): update @babel/preset-env to version 7.7.5 * fix(package): update @babel/runtime to version 7.7.5 * chore(package): update lockfile package-lock.json
* chore(package): update gulp-rename to version 2.0.0 * Update package-lock.json
* fix(package): update @babel/runtime-corejs3 to version 7.7.6 * chore(package): update lockfile package-lock.json
* chore(package): update @babel/plugin-transform-runtime to version 7.7.6 * chore(package): update @babel/preset-env to version 7.7.6 * fix(package): update @babel/runtime to version 7.7.6 * chore(package): update lockfile package-lock.json
* chore(package): update core-js to version 3.4.8 * chore(package): update lockfile package-lock.json
* Improve file upload progress https://developers.weixin.qq.com/miniprogram/en/dev/api/network/download/DownloadTask.onProgressUpdate.html https://developer.mozilla.org/en-US/docs/Web/API/ProgressEvent * Add support for wechat * Add length of data downloaded * Add length of total data * improve coverage * fix wechat lengthComputable
Moves abort event to prevent xhr.open from calling it. Ensure requestTask is set after the request sends.
Fixes: #536 Parse.User.signUp actually does a ParseObject.save() at its core which does not send an installationId. This is useful to prevent invalid session token and tests session clean up.
* chore(package): update core-js to version 3.5.0 * chore(package): update lockfile package-lock.json
* fix(package): update ws to version 7.2.1 * chore(package): update lockfile package-lock.json
* fix logo dont being added to /out * change case for "Assets" folder
* chore(package): update core-js to version 3.6.0 * chore(package): update lockfile package-lock.json
* fix(package): update @babel/runtime-corejs3 to version 7.7.7 * chore(package): update lockfile package-lock.json
* chore(package): update @babel/core to version 7.7.7 * chore(package): update @babel/preset-env to version 7.7.7 * fix(package): update @babel/runtime to version 7.7.7 * chore(package): update lockfile package-lock.json
* chore(package): update eslint to version 6.8.0 * chore(package): update lockfile package-lock.json Co-authored-by: Diamond Lewis <[email protected]>
* Encrypted user (currentUser) -still need jest test * all 'npm test' tests passed successfully * secret variable, tests improvement, only browser * fix conflicts * improve test and cleanup * improve coverage Co-authored-by: Diamond Lewis <[email protected]>
* chore(package): update core-js to version 3.6.1 * chore(package): update lockfile package-lock.json * Update package-lock.json Co-authored-by: Diamond Lewis <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.