Skip to content

Commit

Permalink
Release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
popomore committed Feb 3, 2017
1 parent 0c38b9b commit e47572c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@

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

* feat: remove tracer (#311)
* refactor: use app.beforeClose (#306)
* feat: move ctx.runtime to egg-instrument (#302)
* feat: merge the api of application/agent from extend to instance (#294)
* docs: add egg-security config to router docs (#303)
* style: fix code style for app and config (#300)
* refactor: remove ctx.jsonp and add egg-jsonp plugin (#299)
* docs: fix typo $app to app (#297)
* docs: remove inner links (#298)

0.9.0 / 2017-01-22
==================

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.9.0",
"version": "0.10.0",
"description": "A web framework's framework for Node.js",
"keywords": [
"web",
Expand Down

0 comments on commit e47572c

Please sign in to comment.