-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Getting ready for JS SDK 2.0 #4925
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
Conversation
- Removes backbone style callbacks - Use Promise instead of Parse.Promise
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm. tests failing.
Codecov Report
@@ Coverage Diff @@
## master #4925 +/- ##
==========================================
- Coverage 92.96% 92.89% -0.07%
==========================================
Files 119 119
Lines 8837 8835 -2
==========================================
- Hits 8215 8207 -8
- Misses 622 628 +6
Continue to review full report at Codecov.
|
Yay! Let's merge this one we'll need to release the next version of the server as 3.0.0 and update the docs as well :) |
* WIP: Integrate JS SDK v2 - Removes backbone style callbacks - Use Promise instead of Parse.Promise * Fixes ParseObject and ParseRelation * Updates Parse.Query with promises * Alls tests should pass * Ensure a fresh user is used for each test * Use REST implementation to avoid side effects for username/email duplicates * Uses js sdk v2
No description provided.