Releases: clarketm/TableExport
Releases · clarketm/TableExport
v4.0.10
27 May 00:21
Compare
Sorry, something went wrong.
No results found
v3.3.13
27 May 00:19
Compare
Sorry, something went wrong.
No results found
v4.0.8
26 May 07:38
Compare
Sorry, something went wrong.
No results found
File
Description
tableexport.d.ts
Update definition file to allow for optional defaults without error.
v4.0.7
26 May 05:28
Compare
Sorry, something went wrong.
No results found
File
Description
tableexport.jstableexport.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
Sorry, something went wrong.
No results found
File
Description
tableexport.jstableexport.min.js
Improve AMD define statement with require syntactic sugar.
v4.0.5
25 May 05:07
Compare
Sorry, something went wrong.
No results found
File
Description
tableexport.jstableexport.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
Sorry, something went wrong.
No results found
File
Description
tableexport.jstableexport.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
Sorry, something went wrong.
No results found
File
Description
tableexport.jstableexport.min.js
minor code refactor, removing unused methods (e.g. escapeHtml)
tableexport.csstableexport.min.css
minor code refactor
v4.0.2
09 May 00:27
Compare
Sorry, something went wrong.
No results found
File
Description
tableexport.d.ts
fix #59 : Missing/invalid definitions for TypeScript
v4.0.1
06 May 04:25
Compare
Sorry, something went wrong.
No results found
File
Description
tableexport.jstableexport.min.js
fix #57 : file format and extension don't match