-
Notifications
You must be signed in to change notification settings - Fork 9
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
Meteor 3.0 support #26
Comments
Hi @jamauro thank you for your interest in this package. I'll try to get a Meteor 3 version published over the week or so. Note to self: add a comment on this doc when done: https://forums.meteor.com/t/meteor-3-0-packages-compatibility/60985 |
@jamauro I have a version which works with Meteor 2.8, but I'm strugging to get the 3.0 alpha releases to install. Feel free try it though:
mkdir packages
cd packages
git clone -b meteor_3.0_async https://github.com/wildhart/meteor.jobs.git
cd .. Your project might pick up the new As with the migration from Mongo sync to async, you'll have to go through your job code and convert all references from the old Please test thoroughly... |
The dependency on mongo needs to be updated
|
meteor 3 : you need to change the observe to observeAsync |
Hey @wildhart, any plans for an update for Meteor 3.0 now that it’s nearing a beta?
Would love to upgrade a project to Meteor 3.0 early next year.
Thanks again for making this package!
The text was updated successfully, but these errors were encountered: