v1.1.0
Features
-
Added
opts.reviverwhich JSON data transformations while parsing (#9): 7a24210, 573610d, b518145This option gets passed directly to
JSON.parse– check out MDN's Using thereviverparameter for more information.Thank you to @gustavopch for the suggestion!
Chores
- Golf: Rewrote the
optscopying/handling to shave 15 bytes: 6150b66
This allowedhttpieto receive a new feature without increasing its size!