fix #1103: variable should not start with digit

This commit is contained in:
debugtalk
2022-03-22 17:36:08 +08:00
parent d8b1e4737c
commit 6cb835c6c6
3 changed files with 12 additions and 5 deletions

View File

@@ -2,7 +2,10 @@
## 3.1.8 (2022-03-22)
- feat: add `--profile` flag for har2case to support overwrite headers/cookies with specified yaml/json configuration file
- feat: support variable and function in response extract expression
- fix: keep negative index in jmespath unchanged when converting pytest files, e.g. body.users[-1]
- fix: variable should not start with digit
- change: load yaml file with FullLoader
## 3.1.7 (2022-03-22)