-
Notifications
You must be signed in to change notification settings - Fork 37
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(lib,test,ci):drop support of Node <=6.x and use async function #37
Conversation
Codecov Report
@@ Coverage Diff @@
## master #37 +/- ##
=======================================
Coverage 98.57% 98.57%
=======================================
Files 6 6
Lines 210 210
=======================================
Hits 207 207
Misses 3 3
Continue to review full report at Codecov.
|
thanks for your work, but I don't think it's the right time to release a major version. it's better to wait for eggjs/egg#3644 (Better Single Process / CLI Plugin System) and see what's need then release one major version together. so could we just keep this PR for a while? thanks for your works again. |
@atian25 ok.thanks. |
Checklist
npm test
passesAffected core subsystem(s)
Description of change
1.Drop support of Node <=6.x
2.Change generator to async function
3.CI remove Node 6 support