-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Do not update parentCollection if the child object has not been modified #23
base: master
Are you sure you want to change the base?
Conversation
I also updated the tests so they can be started with latest version of Meteor |
ping @StorytellerCZ , I just fixed conflicts and verified tests :) |
We'll have to figure out what is going on with the tests here. |
also removing all browser tests since this package is server code only
I fixed the github CI tests in my last commit. Here is the link of the run in my repo |
@vparpoil so it looks like we have to drop support form Meteor 1? |
I indeed dropped the testing with Meteor 1. Since v2 was published in January 2021, I don't see the benefits of keeping those tests. What would be the arguments in favor of keeping tests for Meteor 1 ? |
fixes issue #22