All Versions
62
Latest Version
Avg Release Cycle
27 days
Latest Release
-
Changelog History
Page 7
Changelog History
Page 7
-
v0.9.2 Changes
March 13, 2017- โ Removed stale TypeScript definition files. Flowtype comments are used in the
xlsx.flow.js
source and stripped to producexlsx.js
. - ๐ sed usage reworked to support GNU sed in-place form. BSD sed seems to work, but the build script has not been tested on other sed variants:
$ sed -i.ext [...] # GNU $ sed -i .ext [...] # bsd
- โ Removed stale TypeScript definition files. Flowtype comments are used in the
-
v0.9.0 Changes
March 09, 2017- โ Removed ods.js source. The xlsx.js source absorbed the ODS logic and exposes the ODS variable, so projects should remove references to ods.js