v2.0.0: Upload progress between chunks
This release allows for the progress event to report intra-chunk upload progress. There should be no public API changes, simply update to 2.0 and your progress events will fire a lot more often! 😄
The API didn't change, why a major release?
In order to be able to reliably get upload progress for each request, we needed to switch to good ol' XHR instead of fetch
. This is a major release just in case anyone was relying on fetch
for polyfills or anything along those lines.
Enjoy!