Skip to content

Releases: jmaister/excellentexport

ExcellentExport.js v3.9.9

29 Jan 23:05
27cfa77
Compare
Choose a tag to compare
  • Configure codecov to track code coverage.
  • Removed coveralls, the library used is too old, not updated in years and has many vulnerabilities.
  • Remove unused dependencies (there was a lot of them).

ExcellentExport.js v3.9.8

26 Jan 20:47
Compare
Choose a tag to compare

What's Changed

  • Update npm dependencies to fix vulnerabilities
  • Moving to npm build (package-lock.json), yarn does not support "audit fix" command to fix dependencies vulnerabilities automatically.

Full Changelog: 3.9.7...v3.9.8

ExcellentExport.js v3.9.7

19 May 17:40
c2ac7e1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.9.4...3.9.7

ExcellentExport.js v3.9.4

22 Apr 11:27
Compare
Choose a tag to compare

Update npm dependencies to fix vulnerabilities

ExcellentExport.js v3.9.3

04 Mar 01:30
Compare
Choose a tag to compare
  • Fix TypeScript exported types

ExcellentExport.js v3.9.0

02 Mar 18:47
Compare
Choose a tag to compare
  • Cell types and formats!!! Now you can define the cell type and format. For example, you can define a cell as a date or a number. You can also define the format of the cell. For example, you can define a cell as a date with the format "dd/mm/yyyy" or a number with the format "#,##0.00".

ExcellentExport.js v3.8.1

12 Feb 18:24
2b2480f
Compare
Choose a tag to compare
  • Activate XLSX compression by default. The example of index.bigtable.html went from 18Mb to 3Mb.
  • Update npm dependencies to fix vulnerabilities
  • Update to latest version of TypeScript
  • Reduced size of the library from 912 KB to 277 KB!!!

ExcellentExport.js v3.8.0

27 Jan 18:39
Compare
Choose a tag to compare
  • Allow RTL options on the whole file or sheet.
  • Update npm dependencies to fix vulnerabilities

ExcellentExport.js v3.7.3

30 Oct 11:21
Compare
Choose a tag to compare
  • Fix (#591) remove columns parameter. Now it is not affected by repeated column numbers nor its order.

ExcellentExport.js v3.7.2

26 Oct 17:35
Compare
Choose a tag to compare
  • Update npm dependencies to fix vulnerabilities