feat: add keyword 'body' to reference response body

change: unify response field(content/json/text) to 'body' in html report
This commit is contained in:
debugtalk
2019-12-17 22:35:22 +08:00
parent 61790db984
commit 0e39517d27
5 changed files with 15 additions and 10 deletions

View File

@@ -2,10 +2,15 @@
## 2.4.4 (2019-12-17)
**Added**
- feat: add keyword `body` to reference response body
**Changed**
- refactor: dumps request/response headers, display indented json in html report
- refactor: dumps request/response body if it is in json format, display indented json in html report
- change: unify response field(content/json/text) to `body` in html report
## 2.4.3 (2019-12-16)