Skip to content

Commit ad586ba

Browse files
committed
docs(README): 0.8.6
1 parent 8e881ab commit ad586ba

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

README-CN.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<p align="center">
44
<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>
55
<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>
77
<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>
88
<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>
99
<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
899899

900900
# DONE
901901

902+
- v0.8.6(2019/04/21)
903+
- 修复异常&错误时返回的数据接口
904+
- 修复单元测试环境变量
905+
902906
- v0.8.5(2018/01/06)
903907
- 使用error_report并设置为0,使得错误统一由框架的错误handle处理
904908
- 修复当__coreError发生时,会把__coreError和正常返回值同事输出的问题

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<p align="center">
44
<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>
55
<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>
77
<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>
88
<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>
99
<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/
893893

894894
# DONE
895895

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)
897901
- fix error_report
898902
- fix when __coreError is occur the response is output 200 but it also out put __coreError
899903

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tigerb/easy-php",
33
"description": "A Faster Lightweight Full-Stack PHP Framework",
4-
"version": "0.8.5",
4+
"version": "0.8.6",
55
"type": "framework",
66
"homepage": "http://easy-php.tigerb.cn/",
77
"license": "MIT",

0 commit comments

Comments
 (0)