Releases: grantila/fetch-h2
Releases · grantila/fetch-h2
v2.4.0
2.4.0 (2020-02-01)
Features
v2.3.0
2.3.0 (2020-01-28)
Bug Fixes
- abort: fixed abort signal handling on body reading (c38ebc0)
- test: Made unit test frameworks treat Headers as a Map (5a40852), closes #69
- ts: lock transpilation to es2018 (e877529)
- typings: export missing Method type (62be943)
Features
- headers: added [Symbol.iterator] to Headeres to make it easily iterable, like a Map (1c2a6aa), closes #69
v2.2.2
2.2.2 (2019-12-05)
Bug Fixes
- context-http2: don't guard headers received as part of a PUSH_PROMISE (#67) (b940584), closes #66
v2.2.1
2.2.1 (2019-10-07)
Bug Fixes
- core: fixed invalid default accept header (missing 'q=') (c2dbbbd)
v2.2.0
2.2.0 (2019-03-20)
Bug Fixes
- http1: Fixed erroneous socket-reuse logic (94a983c)
- http1: Harder disconnect (destroy rather than end) (55ea6da)
Features
- abort: Added AbortController support (c83823c), closes #35
- http1: Changed keep-alive to default to true (c1fcbe2), closes #33
v2.1.1
2.1.1 (2019-03-12)
Bug Fixes
v2.1.0
2.1.0 (2019-03-11)
Features
- compression: Added native Brotli support for Node.js 11.7+ (65d3a22)
v2.0.6
2.0.6 (2019-02-18)
Bug Fixes
- spec: Allow 'set-cookie' header if chosen to (39b9f35), closes #30
v2.0.5
2.0.5 (2019-02-14)
Bug Fixes
- headers: Allow forbidden headers in Response's (54550b8), closes #30
v2.0.4
2.0.4 (2019-02-12)
Bug Fixes
- test: Fixed unit test build issue (f6bf42b)