Eli Grey
3937bb4c33
Update canvas-toBlob.js demo link
2016-05-26 08:33:55 -04:00
Eli Grey
8407c874d2
Minified demo script
2016-05-26 08:24:02 -04:00
Eli Grey
d2b5086afc
Update demo script links to latest versions
2016-05-26 08:22:55 -04:00
Eli Grey
597b6cd020
Use toBlobHD in demo script
2016-05-26 08:19:04 -04:00
Jimmy Wärting
242c1dccc1
closes #134
2016-05-25 23:43:11 +02:00
Jimmy Wärting
89a12bd9ac
Added build command with package.json
2016-05-25 23:33:42 +02:00
Jimmy Wärting
3247084327
how to install filesaver
2016-05-25 23:33:03 +02:00
Jimmy Wärting
cb8e076073
Added npm and bower son
2016-05-25 23:04:22 +02:00
Jimmy Karl Roland Wärting
a6d11998e2
Now use minor version instead of date
1.2.0
2016-05-25 22:22:13 +02:00
Jimmy Karl Roland Wärting
1be5622d52
Fix typo #223
2016-05-22 12:16:52 +02:00
Jimmy Karl Roland Wärting
967f5c1851
Merge pull request #223 from 719media/patch-1
...
missing semicolon
2016-05-22 12:15:20 +02:00
Eli Grey
921c78ff43
Change UTF-16 BOM to UTF-8
...
Fixes #219
2016-05-20 21:37:27 -04:00
719media
a7ae178604
missing semicolon
...
missing semicolon
2016-05-12 13:34:49 -07:00
Eli Grey
683f689326
Removing dead link from demo
2016-03-28 22:16:23 -04:00
Eli Grey
6ad591cc84
Update demo scripts
2016-03-28 22:07:59 -04:00
Eli Grey
5c1857363e
Adding Edge to the browser support table
2016-03-28 21:52:09 -04:00
Eli Grey
62d219a0fa
Semi-workaround for #205
...
This solution still isn't technically correct because it could take more
than 40 seconds to download a file. I could simply not revoke any files,
but then users would run into issues once they have saved a cumulative
total of over 500MB (
https://bugs.chromium.org/p/chromium/issues/detail?id=375297 )
Complain to @sicking and @arunranga for creating and standardizing an
incomplete revocation API.
2016-03-28 16:07:08 -04:00
Eli Grey
7ef5187eeb
Merge pull request #208 from evilaliv3/issue/207
...
Fix issue #207
2016-03-19 19:12:36 -04:00
evilaliv3
ae7b37aef2
Update sourcecode date
2016-03-19 10:18:10 +01:00
evilaliv3
8a413edc32
Fix issue #207
2016-03-19 01:18:30 +01:00
Eli Grey
230de7d142
Merge pull request #184 from Hypercubed/patch-1
...
Fix #165 , Saving multiple files
2015-12-10 02:18:54 -05:00
J. Harshbarger
04f232f658
Fix #165 , Saving multiple files
2015-11-19 14:07:28 +09:00
Eli Grey
ec5c3cca11
License clarification
2015-10-15 13:56:04 -04:00
Eli Grey
f23c4a66dc
Update version (to go with #175 )
2015-10-03 22:04:02 -04:00
Eli Grey
b83779c4b8
Merge pull request #175 from antelle/safari-octet-stream-fix
...
Workaround for downloading application/octet-stream in Safari
2015-10-03 17:39:00 -04:00
Antelle
54c04285ae
update dist and readme
2015-10-03 23:38:09 +03:00
Antelle
6d6eefe570
more accurate base64 data processing; moved safari check to variables
2015-10-03 23:37:48 +03:00
Antelle
1fa2c817de
Update dist
2015-10-03 23:26:56 +03:00
Antelle
338ac0acb7
Update dist
2015-10-03 23:22:31 +03:00
Antelle
0d4ddb673d
removed encodeURI and fixed Safari detection
2015-10-03 23:19:11 +03:00
Antelle
a3dc9ebddc
better regex check
2015-10-03 22:56:04 +03:00
Antelle
c0c13ccc0e
Workaround for downloading application/octet-stream in Safari
2015-10-03 22:26:16 +03:00
Eli Grey
bf44e184c1
Closes #164
2015-09-24 00:00:32 -04:00
Eli Grey
e3485a652b
Switching to semver due to the first API addition
...
The first API addition in almost 5 years!
2015-07-16 15:09:15 -04:00
Eli Grey
631047d72f
Fixed #160 : Made auto-BOM code toggleable
2015-07-16 15:03:38 -04:00
Eli Grey
9befa6c5a5
Merge pull request #152 from Josh-Dykstra/set-timeout
...
Wraps save link technique in setTimeout + use MouseEvent
2015-07-12 12:31:02 -04:00
Joshua Dykstra
83ae1de762
Wraps save link technique in setTimeout + use MouseEvent
2015-06-03 14:07:25 -07:00
Eli Grey
babc6d9d8f
Auto-prepend BOM in IE10+
...
The last commit fixes some BOM prepending issues but it doesn't actually
add support for IE. This commit adds full auto-prepend BOM support for
IE.
2015-05-07 18:16:34 -04:00
Eli Grey
f9a09b26f8
Expand BOM prepending to text/*
...
Now you can save HTML and rely on the auto-BOM prepender
2015-05-07 13:37:41 -04:00
Eli Grey
147cf92020
Fixing BOM prepending in IE10
...
Thanks for pointing it out @ruifcardoso
2015-05-07 13:25:35 -04:00
Eli Grey
239f3c427f
Merge pull request #136 from treygriffith/patch-1
...
Add link to bower-compatible repo
2015-03-22 19:47:47 -04:00
Trey Griffith
fc84cff9a7
Add link to bower-compatible repo
...
[This comment](https://github.com/eligrey/FileSaver.js/issues/104#issuecomment-64328197 ) indicates a willingness to include a link to a bower-compatible fork of FileSaver.js. I created the fork so that I could install it using bower (via rails-assets.org) and wanted to share.
Based on [previous statements](https://github.com/eligrey/FileSaver.js/pull/109#issuecomment-65692833 ) about converting the package to semver, I've used a versioning system that reflects this package actual version. The version I uploaded is 1.20150304.1. Going forward I plan to change the minor version when new versions are released, with the date they are released as the minor version.
For example, if a new version were released today, I would update the bower package to version `1.20150322.0`.
I know that you [tweeted](https://twitter.com/sephr/status/542978804441169920 ) a recommendation to use the patch version as the date, but since most package managers treat patch bumps as easy upgrade paths, the minor version seemed more appropriate.
2015-03-22 16:02:45 -07:00
Eli Grey
829e18db5d
Update link
2015-03-20 20:39:19 -04:00
Eli Grey
214271766c
Prepend BOM for UTF-8 XML and text/plain types
2015-03-04 03:23:19 -05:00
Eli Grey
24b303f492
Update license date
2015-01-04 03:41:52 -05:00
Eli Grey
d593c0b911
Fixes #120
2015-01-04 03:41:30 -05:00
Eli Grey
f19f514772
Document Chrome blob size limit
2014-12-27 18:35:17 -05:00
Eli Grey
565e2f83a6
Merge pull request #122 from blakeembrey/master
...
More hardy node environment check
2014-12-17 22:04:48 -05:00
Blake Embrey
bc962b7c40
Update minified build
2014-12-17 18:40:50 -08:00
Blake Embrey
239d64d59d
Bump version
2014-12-17 18:36:59 -08:00