File tree 4 files changed +18
-4
lines changed
4 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 1
1
/* Blob.js
2
2
* A Blob implementation.
3
- * 2014-07-24
3
+ * 2017-11-15
4
4
*
5
5
* By Eli Grey, http://eligrey.com
6
6
* By Devin Samarin, https://github.com/dsamarin
Original file line number Diff line number Diff line change
1
+ # ` blob-polyfill ` CHANGELOG
2
+
3
+ ## v2.0.20171115
4
+ * Add UMD wrapper to allow non-global polluting usage in Node (@jscinoz )
5
+ * License clarification (@eligrey )
6
+ * Clarified browser support in the readme (@eligrey )
7
+ * Add CHANGELOG (@bjornstar )
8
+
9
+ ## v1.0.20150320
10
+ * Add support for PhantomJS (@mitar )
11
+ * Add package.json (@bjornstar )
12
+ * Add bower.json (@bjornstar )
13
+ * Release on npm as blob-polyfill (@bjornstar )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " blob-polyfill" ,
3
- "version" : " 1 .0.20150320 " ,
3
+ "version" : " 2 .0.20171115 " ,
4
4
"homepage" : " https://github.com/bjornstar/blob-polyfill" ,
5
5
"authors" : [
6
6
7
7
],
8
8
"description" : " Blob.js implements the W3C Blob interface in browsers that do not natively support it." ,
9
9
"main" : " Blob.js" ,
10
10
"moduleType" : [
11
- " amd"
11
+ " amd" ,
12
+ " node"
12
13
],
13
14
"keywords" : [
14
15
" blob" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " blob-polyfill" ,
3
- "version" : " 1 .0.20150320 " ,
3
+ "version" : " 2 .0.20171115 " ,
4
4
"description" : " Blob.js implements the W3C Blob interface in browsers that do not natively support it." ,
5
5
"main" : " Blob.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments