Skip to content

Commit

Permalink
Release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
popomore committed Feb 7, 2017
1 parent 08bc84e commit 26ad700
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@

0.11.0 / 2017-02-07
===================

* feat: remove overrideMethod middleware (#324)
* feat: remove worker client, use app.cluster (#282)
* chore(scripts): Add PATH to find hexo (#327)
* docs: fix quickstart example code (#326)
* chore(scripts): deploy document by travis (#325)
* docs: add httpclient tracer demo and docs (#313)
* feat: close cluster clients before app close (#310)
* test: mv benchmark to eggjs/benchmark (#320)
* docs: document for plugin.{env}.js and the reason of plugin name (#321)
* docs: add sigleton in plugin.md (#316)
* docs: plugin and framework list use github tags (#318)
* docs: remove outdated docs (#319)
* docs: controller support class and refactor jsonp (#314)
* docs: add more details about csrf (#315)

0.10.0 / 2017-02-03
===================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "egg",
"version": "0.10.0",
"version": "0.11.0",
"description": "A web framework's framework for Node.js",
"keywords": [
"web",
Expand Down

0 comments on commit 26ad700

Please sign in to comment.