Happy New Year
- Wish everyone a
Happy New Year 2023
🎉
New Features
- Add
readFile filter
to use in request / scripts #949, #296 exec
function added totc object
to execute commands in scripts #942- Set
headers
frompre filter
script #953 - Enable
setTimeout
in Scripts #957 - Setting option to disable AutoRun after Curl Import #960
- When filter fails, return error message value #955, #942
- OAuth Request: Log Response when generating tokens #956
- Consider on-boarding to vscode sponsor #958
- Escape | symbol in exec filter #942
Bug Fixes
readFile filter
- Create a
variable
with file pathabsolute
orrelative path
to current workspace
- Use the variable and the new built-in
readFile
filter
New Functions in Scripts
- You can read file in scripts using
await tc.readFile("path");
- Execute a command in custom scripts using
await tc.exec("command");