Skip to content

Commit

Permalink
v2.0.20171115
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornstar committed Nov 15, 2017
1 parent f7019af commit ffa658c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Blob.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Blob.js
* A Blob implementation.
* 2014-07-24
* 2017-11-15
*
* By Eli Grey, http://eligrey.com
* By Devin Samarin, https://github.com/dsamarin
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# `blob-polyfill` CHANGELOG

## v2.0.20171115
* Add UMD wrapper to allow non-global polluting usage in Node (@jscinoz)
* License clarification (@eligrey)
* Clarified browser support in the readme (@eligrey)
* Add CHANGELOG (@bjornstar)

## v1.0.20150320
* Add support for PhantomJS (@mitar)
* Add package.json (@bjornstar)
* Add bower.json (@bjornstar)
* Release on npm as blob-polyfill (@bjornstar)
5 changes: 3 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "blob-polyfill",
"version": "1.0.20150320",
"version": "2.0.20171115",
"homepage": "https://github.com/bjornstar/blob-polyfill",
"authors": [
"Eli Grey <me@eligrey.com>"
],
"description": "Blob.js implements the W3C Blob interface in browsers that do not natively support it.",
"main": "Blob.js",
"moduleType": [
"amd"
"amd",
"node"
],
"keywords": [
"blob",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blob-polyfill",
"version": "1.0.20150320",
"version": "2.0.20171115",
"description": "Blob.js implements the W3C Blob interface in browsers that do not natively support it.",
"main": "Blob.js",
"scripts": {
Expand Down

0 comments on commit ffa658c

Please sign in to comment.