Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@talis-fb talis-fb released this 26 Feb 17:46

Key Features

  • Rename command to rename saved request with treq remove request new-name #17 by @SummerGram
  • Show response time in output of request and "Loading" screen. #21 by @SummerGram
  • Add operator for non-string json values (number, bools, objects), #29 by @SummerGram
    • example: key:=false key:='{"hello":"world"}'
  • Add nested Json values for = operator #30
    • example user[job][name]=dev" will produce { "name": { "job": "dev" } }
  • Fix appending of body values in run command to overwriting single fields in body. #20

Hero of this release

🚀 @SummerGram