Skip to content

Commit

Permalink
Version 0.3.13
Browse files Browse the repository at this point in the history
* HttpContext增加ViewC、WriteStringC、WriteBlobC、WriteJsonC、WriteJsonBlobC方法,以支持传入指定HttpCode
* 调整Redirect(code int, targetUrl string) 为 Redirect(code int, targetUrl string) error,增加error返回值
* DotWeb增加SetLogger方法,支持接入第三方Logger,需实现logger.AppLog接口
* 新增 example/logger 目录
* 2017-05-16 09:00
  • Loading branch information
devfeel committed May 16, 2017
1 parent cbf0e88 commit 115ea45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions version.MD
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
##dotweb版本记录:

#### Version 0.3.13
1、HttpContext增加ViewC、WriteStringC、WriteBlobC、WriteJsonC、WriteJsonBlobC方法,以支持传入指定HttpCode
2、调整Redirect(code int, targetUrl string) 为 Redirect(code int, targetUrl string) error,增加error返回值
3、DotWeb增加SetLogger方法,支持接入第三方Logger,需实现logger.AppLog接口
4、新增 example/logger 目录
* HttpContext增加ViewC、WriteStringC、WriteBlobC、WriteJsonC、WriteJsonBlobC方法,以支持传入指定HttpCode
* 调整Redirect(code int, targetUrl string) 为 Redirect(code int, targetUrl string) error,增加error返回值
* DotWeb增加SetLogger方法,支持接入第三方Logger,需实现logger.AppLog接口
* 新增 example/logger 目录
* 2017-05-16 09:00

#### Version 0.3.12
Expand Down

0 comments on commit 115ea45

Please sign in to comment.