Tus Js Client Versions Save

A pure JavaScript client for the tus resumable upload protocol

v2.3.1

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/tus/tus-js-client/compare/v2.3.0...v2.3.1

v2.3.0

3 years ago

TBD...

v2.2.0

3 years ago

Changes:

  • Added onShouldRetry callback for controlling retries (#198)
  • Update dependency to a version which does not use eval anymore (#147)
  • Allow to specify options for Node's request method (#203)
  • Allow Promise return type for onBeforeRequest and onAfterResponse (#212)
  • Call onBeforeRequest and onAfterResponse callbacks in terminate method (#216)

v2.1.1

4 years ago

This patch release adds the missing addRequestId option to the type definitions for TypeScript.

v2.1.0

4 years ago

From this minor release on, tus-js-client includes type definitions for TypeScript directly in its package. Therefore, you don't need to include the @types/tus-js-client package anymore to obtain the type definitions.

v2.0.2

4 years ago

This patch release fixes a problem when trying to include tus-js-client using bundler that supports ECMAScript Modules (see #193 for details).

v2.0.1

4 years ago

This patch release removes many unnecessary polyfills and reduces the size of the produced bundle to how it was in the v1.x releases (#192). Thanks to @goto-bus-stop!

v2.0.0

4 years ago

This major release contains many features and bug fixes but also breaking changes! Please see the blog post for details.

v1.8.0

4 years ago

This minor release contains following changes:

  • Add support for storing URLs in the Node.js environment (#73 and #152)
  • Add support for terminating uploads (#157)
  • Fix a bug where no fingerprints could be generated in the Cordova environment (#169)
  • Add experimental support for the creation-with-upload extension
  • Add the HTTP response body to errors in the Node.js environment

v1.8.0-pre1

5 years ago

This prerelease contains nearly finished support for storing URLs in the Node.js environment (#73), thanks to @ifedapoolarewaju.