-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
refactor: upgrade egg-core@4 #1631
Conversation
插件还没有升级,但是现在是兼容的,先合并发布一个 egg@2.0.0-beta.1,让插件可以测试。 |
可以切一个 1.x 分支出来了。 |
package.json 里面先加一个 next tag 作为 publish tag 吧 |
Codecov Report
@@ Coverage Diff @@
## master #1631 +/- ##
==========================================
- Coverage 99.72% 99.57% -0.15%
==========================================
Files 29 29
Lines 715 712 -3
==========================================
- Hits 713 709 -4
- Misses 2 3 +1
Continue to review full report at Codecov.
|
appveyor.yml
Outdated
@@ -1,6 +1,5 @@ | |||
environment: | |||
matrix: | |||
- nodejs_version: '6' | |||
- nodejs_version: '7' |
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.
这里没变为 8, 9 ?
86e7ee2
to
d0b8e08
Compare
d0b8e08
to
c0752c2
Compare
合并了 |
refactor: upgrade egg-core@4 (#1631)
refactor: upgrade egg-core@4 (#1631)
Checklist
npm test
passesAffected core subsystem(s)
Description of change
#1564