Skip to content

Releases: muxinc/upchunk

v2.0.0: Upload progress between chunks

10 Jun 03:42
95bce5d
Compare
Choose a tag to compare

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!

v1.0.8

20 May 23:38
Compare
Choose a tag to compare
  • new release to fix the slightly messed up v1.0.7 release which was tagged on github incorrectly and never pushed to npm

UpChunk can come to the SSR party now

28 Apr 00:03
fc5aee7
Compare
Choose a tag to compare

No functional changes other than UpChunk won't blow things up when used in server-side rendered environments.

v1.0.6

29 Mar 22:57
d5cd9bc
Compare
Choose a tag to compare
1.0.6

v1.0.5

03 Jan 00:43
df918d2
Compare
Choose a tag to compare
v1.0.5

First Release!

15 Dec 01:24
d163eb7
Compare
Choose a tag to compare
v1.0.4

v1.0.4