2
0
Fork 0

docs: add CHANGELOG.md

Dieser Commit ist enthalten in:
AJ ONeal 2021-10-18 01:41:02 -06:00
Ursprung 9518cb970b
Commit 3842ee1d61
1 geänderte Dateien mit 6 neuen und 0 gelöschten Zeilen

6
CHANGELOG.md Normale Datei
Datei anzeigen

@ -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)