Skip to content

Releases: Akiyamka/extended-fetch

Release 1.0.4

Choose a tag to compare

@Akiyamka Akiyamka released this 15 May 10:13
  • Fix esm build (use strict import with extensions)
  • Remove leftovers from cjs build from package.json

Release 1.0.3

Choose a tag to compare

@Akiyamka Akiyamka released this 14 May 17:56

Fixes:

  • Fix bug when FormData in body sent with invalid content-type header. Thanks @sorteam

Other:

  • e2e tests for firefox and webkit added
  • missing tests for blob upload added

Release 1.0.1

Choose a tag to compare

@Akiyamka Akiyamka released this 20 Oct 17:12

Debug message added for case when upload progress not available

1.0.0

Choose a tag to compare

@Akiyamka Akiyamka released this 20 Oct 10:27

Release 1.0.0

  • Fixed types export in package json (closes #3)
  • BRAKING CHANGE: extendedFetch it's now named export
  • no longer attach event listeners by default (closes #2)