Skip to content

Releases: TeamworkGuy2/xlsx-spec-models

xlsx-spec-models 0.8.3

01 Dec 03:43
Compare
Choose a tag to compare

Changed

  • Build: Enable TypeScript strict compile option
  • Build: rename tsc npm command in package.json to build

xlsx-spec-models 0.8.2

21 Feb 23:15
Compare
Choose a tag to compare

Fixed

  • Fix Stylesheet PatternFill.write() XML serialization to work with MS Excel's eccentricities

xlsx-spec-models 0.8.1

19 Feb 01:31
Compare
Choose a tag to compare

Fixed

  • Fix Stylesheet PatternFill XML serialization to work with MS Excel's eccentricities

xlsx-spec-models 0.8.0

03 Jan 12:36
Compare
Choose a tag to compare

Changed

  • Update to TypeScript 4.4

xlsx-spec-models 0.7.0

12 Jun 19:44
Compare
Choose a tag to compare

Changed

  • Update to TypeScript 4.3

xlsx-spec-models 0.6.0

01 Jan 21:36
Compare
Choose a tag to compare

Added

  • Prototype OpenXml interface generator which reads from the Microsoft Docs documentation.
    • Next step: integrate generator with XSD files definitions from ECMA-376 spec to generate spec correct/compliant interfaces

Changes

  • TypeScript - enable strict compiler checking
    • Fix compiler errors related to strict
    • Change some OpenXml properties to be optional/nullable to align with the spec
  • Update dependency dom-builder@0.9.0
  • Update links to Microsoft OpenXml documentation

xlsx-spec-models 0.5.0

05 Sep 13:19
Compare
Choose a tag to compare

Changes

  • Update to TypeScript 4.0

xlsx-spec-models 0.4.10

09 Nov 00:52
Compare
Choose a tag to compare

Changes

  • Update to TypeScript 3.7

xlsx-spec-models 0.4.9

07 Jul 03:15
Compare
Choose a tag to compare

Changes

  • Update to TypeScript 3.5

xlsx-spec-models 0.4.8

24 May 19:50
Compare
Choose a tag to compare

Changes

  • dom-builder dependency update to v0.7.0 (improved attribute handling)
  • Switching DocumentLike.attr*() calls from passing 'elem.attributes' to simply passing 'elem'