Releases: TeamworkGuy2/excel-builder-ts
Releases · TeamworkGuy2/excel-builder-ts
excel-builder-ts 0.8.0
Changed
- Update to TypeScript 4.4
excel-builder-ts 0.7.1
Changed
- Extract several parameter and field types into public interfaces
excel-builder-ts 0.7.0
Changed
- Update to TypeScript 4.3
excel-builder-ts 0.6.2
Changed
- Fix issue with
StyleSheetBorderProperty.colorandFontStyle.colorfields not supporting typestring - Split
StyleSheetFillinterface intoPatternFillandGradientFilland makeFilla union type
Fixed
Fill(now changed toPatternFill)bgColorandfgColorfields having an incorrect custom color type with a misspelledrbgfield, now those fields use the correctColorinterface
excel-builder-ts 0.6.1
Changed
- Improve types in
StyleSheet - Reorganize
Util - Add first unit tests for
Util
excel-builder-ts 0.6.0
Changed
- Update to TypeScript 4.0
excel-builder-ts 0.5.2
Changed
- Update to TypeScript 3.7
excel-builder-ts 0.5.1
Changed
- Update to TypeScript 3.5
- Cache attributes array lookup in
Utils.defaults - A few documentation tweaks
excel-builder-ts 0.5.0
Added
Worksheet.dataValidationswithtoXML()outputWorksheetaddedsetAutoFilter(),setDataValidations(), andsetPageSetupAndMargins()(which got split out fromaddPagePrintSetup())
Removed
Worksheet.addPagePrintSetup()
excel-builder-ts 0.4.3
Changed
- Update to TypeScript 3.2
- Update dev and @types/ dependencies