Skip to content

Releases: tus/tus-js-client

v2.3.1

16 Feb 21:07
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.0...v2.3.1

v2.3.0

03 May 14:02
Compare
Choose a tag to compare

TBD...

v2.2.0

31 Aug 10:31
Compare
Choose a tag to compare

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

15 May 16:17
Compare
Choose a tag to compare

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

v2.1.0

15 May 16:16
Compare
Choose a tag to compare

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

15 May 16:15
Compare
Choose a tag to compare

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

11 May 09:25
Compare
Choose a tag to compare

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!

Major release: v2.0.0

07 May 14:59
Compare
Choose a tag to compare

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

v1.8.0

12 Oct 20:30
Compare
Choose a tag to compare

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 Prerelease 1

24 Apr 20:40
Compare
Choose a tag to compare
v1.8.0 Prerelease 1 Pre-release
Pre-release

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