v3.0.0
3.0.0 (2024-02-10)
⚠ BREAKING CHANGES
- migrate from
JSZiptofflate - remove Lodash use native code & migrate to TypeScript
- migrate to TypeScript, drop
Qdependency & add demo
Features
- add
downloadExcelFile()method for easier browser download (ec41114) - by @ghiscoding - add Date type instead of only timestamp (0aab2b4) - by @ghiscoding
- add Date type instead of only timestamp [refresh gh-pages] (8277723) - by @ghiscoding
- migrate from
JSZiptofflate(dab3928) - by @ghiscoding - migrate to TypeScript, drop
Qdependency & add demo (4a807b8) - by @ghiscoding - remove Lodash use native code & migrate to TypeScript (97fce8a) - by @ghiscoding
Bug Fixes
- Allow spaces to be placed in SharedStrings file (abf901e) - by @ghiscoding
Performance Improvements
- use fflate
zip(sync) for web worker, instead ofzipAsync(518f457) - by @ghiscoding