Fix - global --edit option not saving
Fix - Don't overwrite header with default if explicitly defined in the .request
New - helper functions can be used in handlebar expressions instead of env vars
New - pkce helper function to generate code_verifier & code_challenge
New - uuid helper function to generate UUID
New - prompt helper function to prompt user for input
New - secure_prompt helper function to prompt user for masked input
New - file helper function to inject --file contents into a request body/template
New - allow an array or string to be posted as a JSON request body
New - send --file option to send file contents as request body
New - send multiple requests in sequence; e.g. (rc send 1 2 3)
New - decode command to decode/display JWTs in your rc envs
New - upgrade command to upgrade schemas & files in your collection
BREAKING CHANGES (new schema required):
New - allow multiple "extracts" per request
New - allow extracting "from" response body, or verbose .response
New - allow extracting "to" current env, global env, stdout, or .response file