File tree 3 files changed +12
-4
lines changed
3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 3
3
<p align =" center " >
4
4
<a href =" https://github.com/TIGERB/easy-php/releases " ><img src =" https://api.travis-ci.org/TIGERB/easy-php.svg?branch=master " alt =" Build Status " ></a >
5
5
<a href =" https://github.com/TIGERB/easy-php/releases " ><img src =" https://codecov.io/gh/TIGERB/easy-php/branch/master/graph/badge.svg " alt =" Code Coverage " ></a >
6
- <a href =" https://github.com/TIGERB/easy-php/releases " ><img src =" https://img.shields.io/badge/version-0.8.5 -lightgrey.svg " alt =" Version " ></a >
6
+ <a href =" https://github.com/TIGERB/easy-php/releases " ><img src =" https://img.shields.io/badge/version-0.8.6 -lightgrey.svg " alt =" Version " ></a >
7
7
<a href =" https://github.com/TIGERB/easy-php/releases " ><img src =" https://img.shields.io/badge/php-5.4%2B-blue.svg " alt =" PHP Version " ></a >
8
8
<a href =" https://easy-framework.github.io/easy-env/ " ><img src =" https://img.shields.io/badge/docker%20env-support-green.svg " alt =" Docker env " ></a >
9
9
<a href =" https://opensource.org/licenses/MIT " ><img src =" https://img.shields.io/cocoapods/l/AFNetworking.svg " alt =" License " ></a >
@@ -899,6 +899,10 @@ cp ./.git-hooks/* ./git/hooks
899
899
900
900
# DONE
901
901
902
+ - v0.8.6(2019/04/21)
903
+ - 修复异常&错误时返回的数据接口
904
+ - 修复单元测试环境变量
905
+
902
906
- v0.8.5(2018/01/06)
903
907
- 使用error_report并设置为0,使得错误统一由框架的错误handle处理
904
908
- 修复当__ coreError发生时,会把__ coreError和正常返回值同事输出的问题
Original file line number Diff line number Diff line change 3
3
<p align =" center " >
4
4
<a href =" https://github.com/TIGERB/easy-php/releases " ><img src =" https://api.travis-ci.org/TIGERB/easy-php.svg?branch=master " alt =" Build Status " ></a >
5
5
<a href =" https://github.com/TIGERB/easy-php/releases " ><img src =" https://codecov.io/gh/TIGERB/easy-php/branch/master/graph/badge.svg " alt =" Code Coverage " ></a >
6
- <a href =" https://github.com/TIGERB/easy-php/releases " ><img src =" https://img.shields.io/badge/version-0.8.5 -lightgrey.svg " alt =" Version " ></a >
6
+ <a href =" https://github.com/TIGERB/easy-php/releases " ><img src =" https://img.shields.io/badge/version-0.8.6 -lightgrey.svg " alt =" Version " ></a >
7
7
<a href =" https://github.com/TIGERB/easy-php/releases " ><img src =" https://img.shields.io/badge/php-5.4%2B-blue.svg " alt =" PHP Version " ></a >
8
8
<a href =" https://easy-framework.github.io/easy-env/ " ><img src =" https://img.shields.io/badge/docker%20env-support-green.svg " alt =" Docker env " ></a >
9
9
<a href =" https://opensource.org/licenses/MIT " ><img src =" https://img.shields.io/cocoapods/l/AFNetworking.svg " alt =" License " ></a >
@@ -893,7 +893,11 @@ project address: [https://github.com/TIGERB/easy-php](https://github.com/TIGERB/
893
893
894
894
# DONE
895
895
896
- - v0.8.5(2018/01/06)
896
+ - v0.8.6(2019/04/21)
897
+ - fix core error data strcut
898
+ - fix phpunit
899
+
900
+ - v0.8.5(2019/01/06)
897
901
- fix error_report
898
902
- fix when __ coreError is occur the response is output 200 but it also out put __ coreError
899
903
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tigerb/easy-php" ,
3
3
"description" : " A Faster Lightweight Full-Stack PHP Framework" ,
4
- "version" : " 0.8.5 " ,
4
+ "version" : " 0.8.6 " ,
5
5
"type" : " framework" ,
6
6
"homepage" : " http://easy-php.tigerb.cn/" ,
7
7
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments