Commit Graph
323 Commits
Author SHA1 Message Date
Eli GreyandGitHub 648ff96f8b Use FileReader in macOS native apps using WebKit (#613)
Use FileReader in macOS native apps using WebKit
2020-01-30 16:44:01 -08:00
Rajiv Shah 7a8ff3cc6a Switch isWebKit and isSafari conditions to maintain behavior
Using isWebKit before isSafari could cause Safari to use FileReader even if force === false, since the user agent for Safari also includes AppleWebKit
2020-01-30 19:40:57 -05:00
Rajiv Shah 0a2e868b48 Rebuild dist 2020-01-30 19:20:04 -05:00
Rajiv Shah 16a8bb9e8f Bump version to 2.0.3 2020-01-30 19:18:02 -05:00
Rajiv Shah 572f254834 Ensure Chrome iOS still works 2020-01-30 19:00:37 -05:00
Rajiv Shah d3d2bd20d6 Merge branch 'master' into feature/webkit-macos 2020-01-30 18:50:01 -05:00
Susanne GerberandJimmy Wärting 480d547986 fix small spelling error 2020-01-25 23:06:39 +01:00
Rajiv Shah db7880179f Use FileReader in macOS native apps using WebKit 2019-12-21 17:41:53 -05:00
Eli GreyandGitHub 9a0a1e4ae2 Add GitHub Sponsors funding method 2019-10-22 10:42:27 -07:00
Eli GreyandGitHub 1ea2325a75 Bump mixin-deep from 1.3.1 to 1.3.2 (#601)
Bump mixin-deep from 1.3.1 to 1.3.2
2019-10-14 13:13:09 -07:00
dependabot[bot]andGitHub 35e9d8127d Bump mixin-deep from 1.3.1 to 1.3.2
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2)

Signed-off-by: dependabot[bot] <[email protected]>
2019-10-14 18:22:49 +00:00
Eli GreyandGitHub 538c4b5751 Bump lodash from 4.17.11 to 4.17.14 (#575)
Bump lodash from 4.17.11 to 4.17.14
2019-10-14 11:21:37 -07:00
Eli GreyandGitHub 556db1f6df Merge pull request #577 from chrisdoble/master
Fix downloads in Chrome iOS
2019-07-15 23:34:35 -07:00
Chris Doble b95a82a3ec Check that FileReader exists, not that it's an object
Fixes #576
2019-07-16 16:14:44 +10:00
dependabot[bot]andGitHub 35f0e568d9 Bump lodash from 4.17.11 to 4.17.14
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14)

Signed-off-by: dependabot[bot] <[email protected]>
2019-07-11 03:41:59 +00:00
Eli GreyandGitHub a7e1ccfc44 Create FUNDING.yml 2019-06-11 22:39:07 -07:00
Jimmy Wärting 1bc9ed39c4 bump minor version v2.0.2 2019-05-14 10:00:17 +02:00
Marcin RybackiandJimmy Wärting 71f266f93e Missing dist build 2019-05-14 09:46:41 +02:00
Marcin RybackiandJimmy Wärting 9bd5261f60 Catching an exception on Send. This happens when request for HEAD returns 405 Method Not Allowed. Instead of error http status, this may throw an exception. Return false and fallback to link download. 2019-05-14 09:46:41 +02:00
Oskar KöökandJimmy Wärting 3caf053bbd fix autoBom documentation 2019-05-14 09:45:57 +02:00
josephroccaandJimmy Wärting 04ca36440d Updated Chrome data 2019-03-01 09:47:36 +01:00
zachary parrishandJimmy Wärting d87b419616 Update README.md
Just made some minor grammar changes
2019-02-17 17:45:48 +01:00
Jimmy WärtingandGitHub 3e46b73052 Update package.json 2019-02-17 15:24:08 +01:00
TypeError64andJimmy Wärting b1ab588946 Update README.md 2019-02-01 11:29:14 +01:00
Nathan Phillip BrinkandJimmy Wärting 4a73fd7a2d Fix a few spelling errors. 2019-01-07 13:02:54 +01:00
Alexander СветлыйandJimmy Wärting 0e905a3e06 Update README.md
Fix import
2018-12-29 11:02:50 +01:00
segoviaandJimmy Wärting 283f438c31 Fix accidental rewrite of global saveAs function
The change is just to put parentheses around the code after `var saveAs = _global.saveAs ||`
and then indent it properly.

closes #498
2018-12-29 11:01:25 +01:00
Jimmy Wärting be09a02e8c Removed eval
closes #491
2.0.0
2018-11-14 12:34:32 +01:00
NeeEooandJimmy Wärting 72effade4d Fixed grammar and punctuation 2018-11-02 19:45:09 +01:00
Vasyl ZuzyakandJimmy Wärting 3ecf5a9f55 fix: make typo go away 2018-11-02 14:02:44 +01:00
asaarnakandJimmy Wärting 6d09d0980b Add sourcemap to /dist folder. #481 2018-10-25 13:11:46 +02:00
Jimmy Wärting 00183093bf don’t throw on module.exports 2018-10-18 11:40:36 +02:00
Ben NiandJimmy Wärting cf70d125b0 replaced the non-breaking space at with space
This is causing IE to unable to recognize the { on line 49
2018-10-16 23:58:13 +02:00
Eli GreyandGitHub bbecae4d41 Merge pull request #477 from jeffbdye/patch-1
Minor misspellings in comments
2018-10-10 12:21:16 -07:00
Jeff DyeandGitHub b08a6d256c Minor misspellings in comments
Just some quick fixes for comments in the file.
2018-10-10 15:12:43 -04:00
Patrick LöckerandJimmy Wärting 767f830766 Fix spelling of click-function 2018-09-28 15:01:52 +02:00
Jimmy Wärting 74846b33fe switched export method 2018-09-27 21:00:17 +02:00
Jimmy WärtingandGitHub 556af82e6a changed the way how you import 2018-09-26 19:33:47 +02:00
Jimmy WärtingandGitHub 15d96ca835 Update CHANGELOG.md 2018-09-26 19:27:47 +02:00
Jimmy WärtingandGitHub 047fa34d15 Rename changelog.md to CHANGELOG.md 2018-09-26 18:57:34 +02:00
Joshua RipponandJimmy Wärting 5183da9c57 Updated how saveAs is imported 2018-09-26 18:48:39 +02:00
Jimmy WärtingandGitHub b796e069a9 reference another issue 2018-09-26 17:12:48 +02:00
Jimmy WärtingandGitHub 410208d4f9 made issues to links 2018-09-26 17:10:49 +02:00
Jimmy Wärting 70c261d026 rc.2
Dispatch event instead of using a.click()
closes #465

added a changelog
closes #466

Made third argument as a object instead for easier transition to v2
2018-09-26 17:04:34 +02:00
Jimmy WärtingandGitHub f3b45ae580 Remove the implementation
The spec was abandoned.

Many download files from the server so recommend them to use headers instead
2018-09-26 12:40:14 +02:00
Jimmy WärtingandGitHub 31eccd14f9 everything but dist folder 2018-09-26 12:19:51 +02:00
Jimmy WärtingandGitHub eb11f655e6 fix bom api docs 2018-09-26 12:12:52 +02:00
Jimmy Wärting eaeac8dc3c fix BOM api docs 2018-09-26 12:09:50 +02:00
Jimmy Wärting 9e931126f5 docs for using url 2018-09-26 12:00:35 +02:00
Jimmy Wärting 37d757bbc6 don’t crash in worker 2018-09-26 12:00:35 +02:00