Skip to content

Commit

Permalink
Move to version 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaister committed Jan 21, 2017
1 parent e8eafe6 commit 46dc3ad
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ Revision history:
* Fix CSV Chinese characters and other special characters display error in Windows Excel.
* Fix URL.createObjectURL(...) on Firefox.

### 2.0.3

* Fix export as a module.
* Changed minifier to UglifyJS.

Compatibility
-------------

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jmaister/excellentexport",
"version": "2.0.2",
"version": "2.0.3",
"type": "component",
"description": "A quick Javascript library to create export to Excel/CSV from HTML tables automatically in the browser. No server required.",
"license": "MIT",
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": "excellentexport",
"version": "2.0.2",
"version": "2.0.3",
"description": "Client side JavaScript export to Excel or CSV",
"license": "MIT",
"homepage": "http://jordiburgos.com/post/2014/excellentexport-javascript-export-to-excel-csv.html",
Expand Down

0 comments on commit 46dc3ad

Please sign in to comment.