Skip to content

Releases: talis-fb/TReq

v1.2.0

26 Feb 17:46
Compare
Choose a tag to compare

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

v1.1.0

16 Feb 22:25
c77d13e
Compare
Choose a tag to compare

Key Features

  • Alias of localhost url. Using :PORT/ instead localhost:PORT/
  • Remove command with treq remove req
  • Add operator to add query params using key==value
  • Add validation if user set a --raw value that is not a map and also use k=v to set a body value.

Details: #14

v1.0.0

27 Jan 14:16
Compare
Choose a tag to compare

Key Features

  • Basic requests with METHODS as subcommands (GET, POST, PUT ....)
  • Save requests made with --save and --save-as
  • Submit saved requests using run, and ability to overwrite data as needed.
  • View and inspect saved requests