mirror of
https://git.coolaj86.com/coolaj86/request.js
synced 2025-04-20 14:20:40 +00:00
docs: add CHANGELOG.md
This commit is contained in:
parent
9518cb970b
commit
3842ee1d61
6
CHANGELOG.md
Normal file
6
CHANGELOG.md
Normal file
@ -0,0 +1,6 @@
|
||||
# CHANGELOG
|
||||
|
||||
## v1.8.0
|
||||
|
||||
- add `resp.ok` - same as WHATWG fetch `resp.ok = (resp.statusCode >= 200 && resp.statusCode < 300)`
|
||||
- add `resp.stream.body()` to populate `resp.body` rather than (or perhaps in addition to) continuing to stream (useful for error handling)
|
Loading…
x
Reference in New Issue
Block a user