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!