Releases: ghiscoding/excel-builder-vanilla
Releases · ghiscoding/excel-builder-vanilla
v3.0.9
v3.0.8
v3.0.7
3.0.7 (2024-09-06)
Bug Fixes
- include all d.ts files for types pkg to detect change (3031593) - by @ghiscoding
v3.0.6
3.0.6 (2024-09-06)
Bug Fixes
- use
prop in
instead of.hasOwn(prop)
(0051d83) - by @ghiscoding - use
prop in
instead of.hasOwn(prop)
& add Drawings tests (35a4c63) - by @ghiscoding
v3.0.5
v3.0.4
3.0.4 (2024-09-03)
Bug Fixes
- package export not detected as ESM in Vitest (fa66ea7) - by @ghiscoding
v3.0.3
3.0.3 (2024-08-29)
Features
- create
@excel-builder-vanilla/types
package for types only (8d6841c) - by @ghiscoding
v3.0.2
3.0.2 (2024-08-29)
Features
- create
@excel-builder-vanilla/types
package for types only (8d6841c) - by @ghiscoding
v3.0.1
3.0.1 (2024-02-11)
Bug Fixes
- add missing ExcelMetadata interface (8a32a73) - by @ghiscoding
- add tests folder to npm publish ignore (006e9f8) - by @ghiscoding
- check input type before calling string match on it (9361aa6) - by @ghiscoding
v3.0.0
3.0.0 (2024-02-10)
⚠ BREAKING CHANGES
- migrate from
JSZip
tofflate
- remove Lodash use native code & migrate to TypeScript
- migrate to TypeScript, drop
Q
dependency & 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
JSZip
tofflate
(dab3928) - by @ghiscoding - migrate to TypeScript, drop
Q
dependency & 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