2.0.0
Thank you @jonasholbech, @erunion, @adamrdavid, @nateslo, @mahenzon for your contributions to this release.
BREAKING CHANGE: This release drops support for Node < 10.
- Matched Javascript fetch request to node-fetch (#210)
- Removed
qs
option from node-fetch (#213) - Dropped support for Node < 10 (#204)
- FormData now properly applied to js fetch target (#202)
- Added --globoff option to shell_curl (#199)
- Removed unnecessary boundary from curl (#227)
- Allowed passthrough options to the target (#222)
- Properly wrap form url encoded data in fetch target (#218)
- Security fixes via Dependabot