Commit Graph
271 Commits
Author SHA1 Message Date
Jimmy Wärting a67731daf4 update dev rep 2018-09-26 12:00:35 +02:00
Jimmy Wärting 660c35cdb8 remove old demos 2018-09-26 12:00:35 +02:00
Owen BlackerandJimmy Wärting 5db588a568 Amended link to Apple's WebKit bug (#454)
WebKit bug №102914 is no longer the ticket referencing the "iOS can't do this" problem — that ticket has been closed since it was resolved on MacOS.

The appropriate WebKit bug ticket is №167341: [iOS] Add support for the download attribute, so I have updated the link appropriately.
2018-09-20 23:18:25 +02:00
Jimmy WärtingandGitHub 1144ac42bb Add precaution note about file constructor
closes #455
2018-08-07 19:44:51 +02:00
Eli GreyandGitHub 00e540fda5 Merge pull request #450 from ps011/master
Added import statement in syntax section for ease of use
2018-07-17 10:50:43 -07:00
Soni 23d400231f Added import statement in syntax section for ease of use 2018-07-03 14:31:01 +05:30
Eli Grey e865e37af9 Revert #408 1.3.8 2018-03-22 14:09:13 -07:00
Christopher HuntandJimmy Wärting a606064f37 Revert interface change. (#411) 2018-03-22 19:48:05 +01:00
Bryan WainandJimmy Wärting 28a86d90c4 Fix files included with npm (#413)
the files pointed to by main and module are not included in the npm installation
2018-03-22 19:47:45 +01:00
Eli Grey 5914e2a573 Version bump for 1.3.7 1.3.7 2018-03-20 14:30:18 -07:00
Eli Grey 6356c3f6f6 Set target="_blank" on save link
Also normalize setImmediate usage

Fixes #408
1.3.6
2018-03-16 14:45:20 -07:00
Eli GreyandGitHub 24f9aaca80 Merge pull request #397 from Rillke/patch-1
Update @source in FileSaver.js
2018-01-25 01:46:34 -08:00
Rainer RillkeandGitHub f1959c87cd Update @source in FileSaver.js 2018-01-25 01:54:51 +01:00
Eli GreyandGitHub dfd58561fb Use export default 2018-01-22 15:53:17 -08:00
Eli GreyandGitHub a5dbf55c17 Merge pull request #391 from ogonkov/use_babel
Run build via `babel`. More changes and cleanup to come
2018-01-22 14:49:06 -08:00
Alexey 5978f3c577 Avoid using window in export 2018-01-23 00:12:19 +03:00
Alexey 9570cf7362 Update readme 2018-01-14 08:50:55 +00:00
Alexey b1158d0c33 Update main in bower.json 2018-01-14 08:44:50 +00:00
Alexey b6c236d96d Add check for window.saveAs 2018-01-14 08:43:44 +00:00
Alexey 164deec5ab Build to dist folder 2018-01-13 09:01:32 +00:00
Alexey 99a89750b0 Update prepublish script name 2018-01-13 08:39:48 +00:00
Alexey ff675f8052 Change to named export 2018-01-13 08:37:02 +00:00
Alexey 17d5c67eb3 Fix files section in package.json 2018-01-13 08:37:02 +00:00
Alexey 70bb521e5d Preserve generated files location 2018-01-13 08:37:02 +00:00
Alexey b4c11367c0 Build minified version 2018-01-13 08:37:02 +00:00
Alexey 281a1c1a93 Run build before publishing 2018-01-13 08:37:02 +00:00
Alexey d02373e40d Preserve source file for npm 2018-01-13 08:37:02 +00:00
Alexey d7f5db3244 Run build via babel 2018-01-13 08:37:02 +00:00
Eli Grey b4a918669a Update version number for #387 1.3.4 2018-01-12 05:03:49 -08:00
Eli Grey 5733e40e5a Fixes #387 2018-01-12 05:00:59 -08:00
Eli GreyandGitHub 74f089808e Merge pull request #387 from arasabbasi/patch-1
Fix RollUp-Error because of This is Undefined Rewrite
2018-01-12 04:56:18 -08:00
Aras AbbasiandGitHub fe42ec4055 Update FileSaver.js 2018-01-12 13:46:49 +01:00
Aras AbbasiandGitHub 0b90542535 Update FileSaver.js 2018-01-12 13:14:59 +01:00
JoshuaandJimmy Wärting c3e4a45021 Fix typo (#378)
Fix typo
2017-12-06 12:47:35 +01:00
Aras AbbasiandGitHub db089ce81e Update FileSaver.js 2017-12-04 19:42:44 +01:00
Aras AbbasiandGitHub 1bf9b35b54 Fix RollUp-Error because of This is Undefined Rewrite
make it compatible with RollUp
rollup/rollup#759
MrRio/jsPDF#1533
2017-12-04 19:40:44 +01:00
Eli GreyandGitHub c347c51f6e Merge pull request #374 from thijstriemstra/patch-1
fix typo
2017-09-29 17:53:01 -07:00
Thijs TriemstraandGitHub 945f08bc74 fix typo 2017-09-30 02:10:23 +02:00
Jimmy Karl Roland WärtingandGitHub dffa3a4989 Updated browser support
closes #12
2017-06-22 09:01:12 +02:00
Jimmy Karl Roland WärtingandGitHub 4db4a78aad Merge pull request #310 from marvinscharle/master
Include informations for how to get Typescript definitions into README.md
2017-03-09 16:01:41 +01:00
Marvin Scharle d89ed13171 Updated README to include information about typescript definitions eligrey/FileSaver.js#277 2017-02-15 17:24:53 +01:00
Jimmy Karl Roland WärtingandGitHub aa9f4e0e03 Merge pull request #273 from Amitesh/require-syntax-usage
Saving text using with require statement
2016-10-14 10:54:05 +02:00
Amitesh KumarandGitHub cafa1bfebb Saving text using with require statement 2016-10-14 12:09:50 +05:30
Jimmy Wärting 5ed507ef8a constructor test in safari 10 has nuked 1.3.3 2016-10-05 12:47:35 +02:00
Eli Grey eb8d76f845 Closes #257 2016-09-01 15:09:41 -07:00
Eli GreyandGitHub 8739c467c6 Merge pull request #159 from zky829/patch-1
Add safe module name to avoid requireJS errors
2016-08-29 15:01:25 -07:00
zky829 d8870ded68 Resolve conflicts 2016-08-28 19:42:48 +01:00
Jimmy Wärting 9751591281 new release 1.3.2 2016-06-16 20:26:36 +02:00
Jimmy Karl Roland WärtingandGitHub b3cad8efea Merge pull request #240 from EnigmaBridge/chromeIosSaveFix
Workaround for #179 - use datalink for Chrome iOS
2016-06-16 20:21:31 +02:00
Dusan Klinec 3843680045 Workaround for #179 - use datalink for Chrome iOS
- Blob links / url objects are not supported in Chrome iOS for now
- thx @jimmywarting for suggestions & help with improving this PR
2016-06-16 09:04:45 +02:00