Skip to content
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.

Releases: WeTransfer/wt-js-sdk

v1.2.0

05 Jun 15:28
Compare
Choose a tag to compare

1.2.0 (2019-06-05)

Bug Fixes

  • deps: update dependency async to v3 (#207) (0f21466)
  • deps: update dependency async to v3.0.1 (#208) (b8ac392)
  • deps: update dependency axios to v0.19.0 [security] (#212) (7e688cd)
  • deps: update dependency axios-retry to v3.1.2 (#185) (0a449e3)
  • deps: update dependency winston to v3.2.1 (#187) (4198cea)

Features

v1.1.0

06 Dec 10:26
Compare
Choose a tag to compare

Features

  • add expires_at property to remote transfer (#164) (8b797fa)
  • add retriable request functionality (#166) (19b8134)

v1.0.1

17 Oct 08:59
Compare
Choose a tag to compare

1.0.1 (2018-10-17)

Bug Fixes

  • sanitize filenames and upload based on filename (#138) (7f68e48)

v1.0.0

17 Oct 08:58
626eae9
Compare
Choose a tag to compare

First stable release of the SDK. To be in sync with the new WeTransfer Public API, this SDK now supports both classic transfers and boards:

  • Transfer API: Built to get files from one place to the other, this is the classic WeTransfer experience. Send up to 2GB of files per transfer and we will handle it with ease, with a built-in 7 day expiry. Once a transfer has been finalized, that's it - it can't be changed.
  • Board API: Our Board API is similar to what you'll experience with our mobile collecting apps. It can store traditional files as well as links, and is flexible in how it displays your items. Additionally - boards can be changed as long as they are live, so you can add items as you see fit.

v0.6.0

24 Jul 08:58
Compare
Choose a tag to compare

0.6.0 (2018-07-24)

Features

  • add get upload URL method (#89)

v0.5.0

03 Jul 07:37
47bf5a9
Compare
Choose a tag to compare

0.5.0 (2018-07-03)

Features

v0.4.2

28 Jun 11:25
a9b1588
Compare
Choose a tag to compare

0.4.2 (2018-06-28)

Bug Fixes

v0.4.1

28 Jun 08:45
f948630
Compare
Choose a tag to compare

0.4.1 (2018-06-28)

Bug Fixes

  • remove JSON circular dependencies (#55) (f948630)

v0.4.0

26 Jun 08:23
Compare
Choose a tag to compare

0.4.0 (2018-06-26)

Features

  • new addFiles and addLinks methods (#47) (cde6562)

Deprecated

  • addItems method will be removed on future versions. Please use addFiles and/or addLinks methods instead.

v0.3.0

15 May 14:57
Compare
Choose a tag to compare

0.3.0 (2018-05-15)

Features