Releases: octokit/endpoint.js
Releases · octokit/endpoint.js
v2.0.2
v2.0.1
v2.0.0
2.0.0 (2018-10-24)
Bug Fixes
- uppercase method (89a18f9)
Features
request
option (26f3548)- set
headers[content-type]
by default (64051c7) - set body='' for PUT/PATCH requests without body (c6a7ad3)
BREAKING CHANGES
- the http verb (method) is now uppercased, as recommended by the fetch spec (https://fetch.spec.whatwg.org/#methods)