Skip to content
This repository has been archived by the owner on Jul 25, 2021. It is now read-only.

Releases: clarketm/TableExport

v4.0.10

27 May 00:21
Compare
Choose a tag to compare

Update license from MIT to Apache-2.0

v3.3.13

27 May 00:19
Compare
Choose a tag to compare

Update license from MIT to Apache-2.0

v4.0.8

26 May 07:38
Compare
Choose a tag to compare
File Description
tableexport.d.ts Update definition file to allow for optional defaults without error.

v4.0.7

26 May 05:28
Compare
Choose a tag to compare
File Description
tableexport.js
tableexport.min.js
Modify to allow for require, default and named imports, closes #65.
var TableExport = require('tableexport');
import TableExport from 'tableexport';
import {TableExport} from 'tableexport';

v4.0.6

25 May 05:36
Compare
Choose a tag to compare
File Description
tableexport.js
tableexport.min.js
Improve AMD define statement with require syntactic sugar.

v4.0.5

25 May 05:07
Compare
Choose a tag to compare
File Description
tableexport.js
tableexport.min.js
fix #66 : Date data exported is different format.
Conditional module loading of jQuery in AMD/CMJ environments.

v4.0.4

23 May 06:37
Compare
Choose a tag to compare
File Description
tableexport.js
tableexport.min.js
add getBinaryData prototype method to retrieve an ArrayBuffer of raw binary data (i.e. filesize in bytes).

v4.0.3

09 May 00:48
Compare
Choose a tag to compare
File Description
tableexport.js
tableexport.min.js
minor code refactor, removing unused methods (e.g. escapeHtml)
tableexport.css
tableexport.min.css
minor code refactor

v4.0.2

09 May 00:27
Compare
Choose a tag to compare
File Description
tableexport.d.ts fix #59 : Missing/invalid definitions for TypeScript

v4.0.1

06 May 04:25
Compare
Choose a tag to compare
File Description
tableexport.js
tableexport.min.js
fix #57 : file format and extension don't match