Releases: TeamworkGuy2/excel-builder-ts
Releases · TeamworkGuy2/excel-builder-ts
excel-builder-ts 0.1.3
Changed
- Merged up to latest excel-builder.js commit from 2016-06-02 (stephenliberty/excel-builder.js@8612914)
excel-builder-ts 0.1.2
Changed
- Corrected/added some type definitions
excel-builder-ts 0.1.1
Changed
- Switched all applicable strings from single to double quotes
- Added some missing and best guess data types
Fixed
- Fixed some typeof comparison bugs
- ExcelBuilder createFile() and createFileAsync() were mistakenly instance functions, now static
- Picture prototype and constructor type are now correct
- Workbook.Drawing interface had incorrect type
- Workbook.addMedia() 'contentType' is now correctly optional
excel-builder-ts 0.1.0
Added
Initial commit of TypeScript port of the excel-builder.js library.
Changed
JSZip dependency in favor of requiring the caller to pass an instance of JSZip to this library
Removed
Removed underscore and require.js dependencies in favor of native javascript and CommonJS style imports/exports.