-
-
Notifications
You must be signed in to change notification settings - Fork 27
Migration for compatibility with Meteor 3.0 #40
Conversation
|
Hello Jan, I just the latest version to my application and seems to be working nicely so far. The only problem is that you had fixed the version to 3.0 and we're yet to make the leap so I had to fork it locally and modify these lines: api.versionsFrom(['3.0-beta.0'])
api.use([
'[email protected]',
'[email protected]',
'lai:[email protected]'])to: api.versionsFrom(['3.0-beta.0'])
api.use([
'[email protected]',
'[email protected]',
'lai:[email protected]'])
api.addFiles('mongo-instances.js')and I had to do the same for lai:collection-extensions so my recommendation is drop the 3.0 fix so anybody who's on any version greater than 2.8 can try out the changes and provide feedback. |
|
@harryadel please try |
|
Will do, thanks! |
harryadel
left a comment
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.
Minor changes related to the versions number used but other than that, great work 👍
|
@harryadel @StorytellerCZ this is also fixed now. Please use the latest release |
Hello, I am using it in a meteor package I just wrote in meteor 3.0 and it works fine. fyi. |
…ollection-instances into migration/3.0
Uh oh!
There was an error while loading. Please reload this page.