-
-
Notifications
You must be signed in to change notification settings - Fork 8
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.1 #15
Meteor 3.1 #15
Conversation
package.js
Outdated
@@ -1,6 +1,6 @@ | |||
Package.describe({ | |||
name: "cultofcoders:redis-oplog", | |||
version: "3.0.0-rc.3", | |||
version: "3.1.0", |
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.
This should be 3.0.0-rc.3
There was no 3.0 release. If this is enough to get us Meteor 3 compat I'm happy to release this as 3.0
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.
All tests pass and some companies are already using it in production. I think it should be 3.0 do reduce confusion IMO.
9b140bb
into
Meteor-Community-Packages:meteor-3
@StorytellerCZ you plan to release this as 3.0.0 right? |
@alisnic Done! |
Make backwards compatible with method name:
081d1f8
Fix resetting simulation ("flicker") issue:
baba36b
Port perf improvements by @alisnic
0886f34