- FIX: \_expand_list() sometimes returned wrong values
1.87
- ADD: --env-load to load an environment file before starting the tests - ADD: --env-save to save an environment file with all variables before exiting - ADD: new --dry parameter to run the tests without doing any request (experiemental / WIP) - ADD: new test 'expand_complex.json' to test inner expansions - ENH: now the method list has different colours depending on the method and it is more tidy - ENH: 'mode' is now case insensitive - FIX: expand_list() didn't expand all variables correctly if nested. - FIX: uploading files used to create problems with list-like fields
1.86
- ADD: the very first experimental support for custom 'code' blocks - ENH: better error reporting - ENH: updated dependencies.txt file - ENH: default Authorization template is now Bearer - FIX: a bug that prevented inner list to be expanded correctly - FIX: an out of bounds error in path parser
1.85
- ADD: `--env` flag, that copies all environment variables so they can be accessed by the scripts - ADD: `NOT_EQUAL`, `!=`, `<>` mode - ENH: now requests are with `auth: true` by default.
1.84
- ADD: total execution time in seconds/millis
1.83
- ENH: better error reporting when expanding fields - FIX: wrong parameters expansion in path_parser