-
-
Notifications
You must be signed in to change notification settings - Fork 594
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
feat: Add ParseQuery.watch
to trigger LiveQuery only on update of specific fields
#1839
Conversation
Thanks for opening this pull request! |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## alpha #1839 +/- ##
=======================================
Coverage 99.90% 99.90%
=======================================
Files 61 61
Lines 6104 6117 +13
Branches 1482 1485 +3
=======================================
+ Hits 6098 6111 +13
Misses 6 6
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
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.
Looks good!
# [4.1.0-alpha.3](4.1.0-alpha.2...4.1.0-alpha.3) (2023-04-02) ### Features * Add `ParseQuery.watch` to trigger LiveQuery only on update of specific fields ([#1839](#1839)) ([7479343](7479343))
🎉 This change has been released in version 4.1.0-alpha.3 |
# [4.2.0-beta.1](4.1.0...4.2.0-beta.1) (2023-05-01) ### Bug Fixes * `Parse.File.cancel` starts new attempt to save file ([#1781](#1781)) ([b755e42](b755e42)) ### Features * Add `Parse.User.loginAs` ([#1875](#1875)) ([381fcfc](381fcfc)) * Add `ParseQuery.watch` to trigger LiveQuery only on update of specific fields ([#1839](#1839)) ([7479343](7479343))
🎉 This change has been released in version 4.2.0-beta.1 |
# [4.2.0-alpha.1](4.1.0...4.2.0-alpha.1) (2023-05-01) ### Bug Fixes * `Parse.File.cancel` starts new attempt to save file ([#1781](#1781)) ([b755e42](b755e42)) ### Features * Add `Parse.User.loginAs` ([#1875](#1875)) ([381fcfc](381fcfc)) * Add `ParseQuery.watch` to trigger LiveQuery only on update of specific fields ([#1839](#1839)) ([7479343](7479343))
🎉 This change has been released in version 4.2.0-alpha.1 |
# [4.2.0](4.1.0...4.2.0) (2023-09-15) ### Bug Fixes * `Parse.File.cancel` starts new attempt to save file ([#1781](#1781)) ([b755e42](b755e42)) ### Features * Add `Parse.User.loginAs` ([#1875](#1875)) ([381fcfc](381fcfc)) * Add `ParseQuery.watch` to trigger LiveQuery only on update of specific fields ([#1839](#1839)) ([7479343](7479343))
🎉 This change has been released in version 4.2.0 |
Pull Request
Issue
LiveQuery watch was introducted in Parse Server 6 parse-community/parse-server#8028
Closes: #1806