Releases: SachaCR/denock
Releases · SachaCR/denock
0.2.0
Version 0.2.0 :
- Add support for the
response.ok
- Add the following methods on the response object :
text
, arrayBuffer
, blob
, formData
0.1.0
- Implement option to allow defining matching headers on request.
0.0.4
- Fix crash on JSON parse when body is empty on Request object
0.0.3
- Implement interceptions counter feature
- Reorganize tests
0.0.2
- Fix throwing error on undefined body in RequestInit object.