Releases: grantila/fetch-h2
Releases · grantila/fetch-h2
v2.0.3
2.0.3 (2019-01-29)
Bug Fixes
- ALPN: Fix inverted comparison (c33f6ab)
- spec: Added Response 'status' and 'statusText' defaults (f8b9405)
- spec: Make Response constructor parameters optional (6c94589)
v2.0.2
2.0.2 (2019-01-18)
Bug Fixes
- http2: Fixed GOAWAY race for 'error' event. (6b526ea)
- http2: Unref stale session (marked for destruction) (e130ce2)
v2.0.1
2.0.1 (2019-01-14)
Bug Fixes
- alpn: Accept https servers w/o ALPN support, fallback to defaults (4516b7c)
v2.0.0
2.0.0 (2019-01-13)
Features
- core: Keep track of socket ref/deref in sync with request pool (5758088)
- http1: Added HTTP/1 options, and made options per-origin (b8753f1)
- http1: Added support for transparent HTTP/1(.1) (69b56d0)
BREAKING CHANGES
- http1: "http://" will default to HTTP/1(.1) rather than HTTP/2
v1.2.3
1.2.3 (2019-01-09)
Bug Fixes
- core: Fixed validation check of content-encoded responses (8336256), closes #27
v1.2.2
1.2.2 (2019-01-09)
Bug Fixes
- core: Fixed handling of prematurely closed streams (eee97c0), closes #18
v1.2.1
1.2.1 (2019-01-08)
Bug Fixes
- test: Fixed version generating script to conform to lint rules (7a5259a)
v1.1.1
1.1.1 (2018-12-25)
Bug Fixes
- deps: Added missing commitizen dep (e6968e2)
- unused: Removed unused code (037f99e)
v1.1.0
1.1.0 (2018-12-15)
Features
- typings: Using strict-mode TypeScript (a51f3a1)
v1.0.5
1.0.5 (2018-12-09)
Bug Fixes
- push: Fixed TS signature of onPush() to allow empty argument (to unset) (39d22f2)