Releases: tus/tus-js-client
Releases · tus/tus-js-client
v3.1.0
What's Changed
- Clean up localStorage after testing its availability in 4f3bd09
- Expose the onUploadUrlAvailable callback option by @cjauvin in #543
- Update dependencies
New Contributors
- @dargmuesli made their first contribution in #465
- @cjauvin made their first contribution in #543
Full Changelog: v3.0.1...v3.1.0
v3.0.1
Major release: v3.0.0
This major release contains many features and bug fixes but also breaking changes! Please see the blog post for details.
v2.3.2
v2.3.1
What's Changed
- Bump hosted-git-info from 2.8.8 to 2.8.9 by @dependabot in #258
- Bump hosted-git-info from 2.8.8 to 2.8.9 in /demos/reactnative by @dependabot in #257
- Bump ws from 6.2.1 to 6.2.2 by @dependabot in #262
- Bump normalize-url from 4.5.0 to 4.5.1 by @dependabot in #264
- Bump trim-newlines from 3.0.0 to 3.0.1 by @dependabot in #263
- Bump browserslist from 4.16.3 to 4.16.6 in /demos/reactnative by @dependabot in #260
- Bump browserslist from 4.16.3 to 4.16.6 by @dependabot in #259
- Bump url-parse from 1.5.1 to 1.5.3 in /demos/reactnative by @dependabot in #282
- Bump url-parse from 1.5.1 to 1.5.3 in /demos/cordova by @dependabot in #281
- Bump url-parse from 1.5.1 to 1.5.2 by @dependabot in #280
- Bump axios from 0.21.1 to 0.21.2 by @dependabot in #283
- Bump tmpl from 1.0.4 to 1.0.5 in /demos/reactnative by @dependabot in #278
- Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #270
- Bump path-parse from 1.0.6 to 1.0.7 in /demos/reactnative by @dependabot in #271
- fix #277. Allow typescript to access originalResponse in error case by @Lesrac in #287
- Cast options.chunkSize to integer by @oliverpool in #265
- deps: Update to eslint-config-transloadit@v2 by @mifi in #291
- Fixes debug message by @stebogit in #302
- Bump follow-redirects from 1.14.4 to 1.14.7 by @dependabot in #309
- Bump cached-path-relative from 1.0.2 to 1.1.0 by @dependabot in #312
- Bump follow-redirects from 1.14.7 to 1.14.8 by @dependabot in #314
New Contributors
Full Changelog: v2.3.0...v2.3.1
v2.3.0
v2.2.0
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)