Releases: AleeeKoi/js-file-downloader
Releases · AleeeKoi/js-file-downloader
js-file-downloader v.1.1.25
js-file-downloader v.1.1.24
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
Notes:
- added
onloadstart
callback (thanks @tushinski) - various fixes
⭐ If you like it please star this repo 🤟
js-file-downloader v. 1.1.21
Notes:
- added option
body
, by setting this property you can customize the body content sent with the request. Default value isnull
(nothing is sent),Document
orBodyInit
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
Notes:
- added
contentType
as a configurable option
✨ If you like it please star this repo ❤️
js-file-downloader v. 1.1.19
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
Notes:
- fix webpack library export
✨ If you like it please star this repo ❤️
js-file-downloader v. 1.1.17
Notes:
- removed deprecated props + refactoring
✨ If you like it please star this repo ❤️
js-file-downloader v. 1.1.16
Notes:
- dependency update
✨ If you like it please star this repo ❤️
js-file-downloader v. 1.1.15
Notes:
- added missing parameter to
index.d.ts
✨ If you like it please star this repo ❤️