Releases: leoek/fetch-to-curl
Releases · leoek/fetch-to-curl
0.6.0
Changes
- Added support for URL objects (Thanks to @carpeliam PR #33 )
Fixes
- Fix #42 missing single quote escaping (Thanks to @electerious PR #45)
- Fix #35 handling of empty (
null
andundefined
) headers (Thanks to @DavidKrpt PR #37)
Notes
This release was published to npm.
0.5.2
0.5.1
0.5.0
Changes
- Support for passing just a single Request object (see https://developer.mozilla.org/en-US/docs/Web/API/Request)
- Support for passing a Headers object instead of a plain js object for the headers
- devDependency Upgrades
Notes
This release was published to npm.