Skip to content

Commit 46dc3ad

Browse files
committed
Move to version 2.0.3
1 parent e8eafe6 commit 46dc3ad

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ Revision history:
5151
* Fix CSV Chinese characters and other special characters display error in Windows Excel.
5252
* Fix URL.createObjectURL(...) on Firefox.
5353

54+
### 2.0.3
55+
56+
* Fix export as a module.
57+
* Changed minifier to UglifyJS.
58+
5459
Compatibility
5560
-------------
5661

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jmaister/excellentexport",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"type": "component",
55
"description": "A quick Javascript library to create export to Excel/CSV from HTML tables automatically in the browser. No server required.",
66
"license": "MIT",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "excellentexport",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Client side JavaScript export to Excel or CSV",
55
"license": "MIT",
66
"homepage": "http://jordiburgos.com/post/2014/excellentexport-javascript-export-to-excel-csv.html",

0 commit comments

Comments
 (0)