Skip to content

Releases: AleeeKoi/js-file-downloader

js-file-downloader v.1.1.25

16 May 11:31
Compare
Choose a tag to compare

Notes:

  • added abort method, by calling it the pending download process can be cancelled;

⭐ If you like it please star this repo 🤟

js-file-downloader v.1.1.24

06 Dec 14:53
Compare
Choose a tag to compare

Notes:

  • added contentTypeDetermination, by setting this property the downloader will determine the content type automatically depending on the value;
  • doc and example fix;
  • ts definition fix.

⭐ If you like it please star this repo 🤟

Also thanks to:
@marvin-kolja @techieshark @mbaroukh

js-file-downloader v. 1.1.23

23 Nov 15:47
Compare
Choose a tag to compare

Notes:

  • added onloadstart callback (thanks @tushinski)
  • various fixes

⭐ If you like it please star this repo 🤟

js-file-downloader v. 1.1.21

18 Aug 10:54
Compare
Choose a tag to compare

Notes:

  • added option body, by setting this property you can customize the body content sent with the request. Default value is null (nothing is sent), Document or BodyInit value can be set.
  • added nativeFallbackOnError, by setting this property to true (default is false) when error occours the download will fallback to the default behavior opening a new tab.

⭐ If you like it please star this repo 🤟

js-file-downloader v. 1.1.20

05 Jun 09:23
Compare
Choose a tag to compare

Notes:

  • added contentType as a configurable option

✨ If you like it please star this repo ❤️

js-file-downloader v. 1.1.19

09 Apr 17:16
Compare
Choose a tag to compare

Notes:

  • always reject the download promise with a DownloadException (thanks to @micthiesen)
  • deprecated old exception name downloadException (it will be removed in next releases)
  • updated dependencies

✨ If you like it please star this repo ❤️

js-file-downloader v. 1.1.18

24 Mar 15:02
Compare
Choose a tag to compare

Notes:

  • fix webpack library export

✨ If you like it please star this repo ❤️

js-file-downloader v. 1.1.17

24 Mar 14:14
Compare
Choose a tag to compare

Notes:

  • removed deprecated props + refactoring

✨ If you like it please star this repo ❤️

js-file-downloader v. 1.1.16

09 Mar 09:35
Compare
Choose a tag to compare

Notes:

  • dependency update

✨ If you like it please star this repo ❤️

js-file-downloader v. 1.1.15

22 Oct 07:43
Compare
Choose a tag to compare

Notes:

  • added missing parameter to index.d.ts

✨ If you like it please star this repo ❤️