Skip to content

v2.3.0

Compare
Choose a tag to compare
@grantila grantila released this 28 Jan 23:43
· 34 commits to master since this release

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