Skip to content

Releases: TeamworkGuy2/excel-builder-ts

excel-builder-ts 0.8.0

03 Jan 12:28

Choose a tag to compare

Changed

  • Update to TypeScript 4.4

excel-builder-ts 0.7.1

08 Jul 04:41

Choose a tag to compare

Changed

  • Extract several parameter and field types into public interfaces

excel-builder-ts 0.7.0

12 Jun 15:44

Choose a tag to compare

Changed

  • Update to TypeScript 4.3

excel-builder-ts 0.6.2

12 Jun 15:44

Choose a tag to compare

Changed

  • Fix issue with StyleSheet BorderProperty.color and FontStyle.color fields not supporting type string
  • Split StyleSheet Fill interface into PatternFill and GradientFill and make Fill a union type

Fixed

  • Fill (now changed to PatternFill) bgColor and fgColor fields having an incorrect custom color type with a misspelled rbg field, now those fields use the correct Color interface

excel-builder-ts 0.6.1

25 Nov 04:57

Choose a tag to compare

Changed

  • Improve types in StyleSheet
  • Reorganize Util
  • Add first unit tests for Util

excel-builder-ts 0.6.0

05 Sep 03:14

Choose a tag to compare

Changed

  • Update to TypeScript 4.0

excel-builder-ts 0.5.2

09 Nov 01:50

Choose a tag to compare

Changed

  • Update to TypeScript 3.7

excel-builder-ts 0.5.1

07 Jul 01:19

Choose a tag to compare

Changed

  • Update to TypeScript 3.5
  • Cache attributes array lookup in Utils.defaults
  • A few documentation tweaks

excel-builder-ts 0.5.0

12 Jan 15:35

Choose a tag to compare

Added

  • Worksheet.dataValidations with toXML() output
  • Worksheet added setAutoFilter(), setDataValidations(), and setPageSetupAndMargins() (which got split out from addPagePrintSetup())

Removed

  • Worksheet.addPagePrintSetup()

excel-builder-ts 0.4.3

29 Dec 20:04

Choose a tag to compare

Changed

  • Update to TypeScript 3.2
  • Update dev and @types/ dependencies