Features
- allow loop one requests multiple times with
for <var> of <iterable>
,for <count>
orwhile <condition>
Fix
- error in dotenv import with
.env.{{system}}
notation (#51) - use right default comment behavior in script blocks (#52)
- line break issue with comment in last line (AnWeber/httpyac#56)
- do not open httpyac output log automatically (AnWeber/httpbook#28)
Breaking
- update of extension api to allow simple send requests with sendContext (Preparation for enviroment determination refactoring)