Skip to content

Releases: tus/tus-js-client

v1.4.2

03 Dec 17:55
Compare
Choose a tag to compare

This small patch release contains a fix which corrects the approach used for
detecting whether Web Storage is available. It previously failed to do so in the
private mode on iOS' Safari and therefore provided a wrong value for the
canStoreURLs variable (see #49).

v1.4.0

19 Sep 12:24
Compare
Choose a tag to compare

This minor release comes along with some long awaited features:

  • Add automated retries after connection interruptions
  • Resolve relative URLs from upload creation
  • Pass errors from requests in Node to callbacks

v1.1.3

04 Dec 22:22
Compare
Choose a tag to compare
  • Fix multiple issues when trying to import this module

v1.1.1

28 Nov 19:03
Compare
Choose a tag to compare
  • Set proper main and browser options in package.json to point to thecompiled files since the end user's environment may not support ES6.

v1.1.0

14 Nov 14:59
Compare
Choose a tag to compare
  • Properly encode non-latin characters in values for meta data
  • Add onChunkComplete callback