Releases: lukeed/httpie
Releases · lukeed/httpie
v1.1.2
v1.1.1
v1.1.0
Features
-
Added
opts.reviver
which JSON data transformations while parsing (#9): 7a24210, 573610d, b518145This option gets passed directly to
JSON.parse
– check out MDN's Using thereviver
parameter for more information.Thank you to @gustavopch for the suggestion!
Chores
- Golf: Rewrote the
opts
copying/handling to shave 15 bytes: 6150b66
This allowedhttpie
to receive a new feature without increasing its size!
v1.0.2
v1.0.1
v1.0.0
v0.3.0
Features
-
Now,
httpie
automatically follows 3xx redirects, so long as they have aLocation
header!
Thanks to all who voted in #1 🙏 -
Also, as per the poll results, added a
redirect
option to disable automatic follows: a6a2838
Patches
- Re-attach custom
headers
into the request! 🤦♂️ (#4): 33716d5
This was a mishap when preparing for publish. Thank you @Siilwyn for raising issue.