Releases: TeamworkGuy2/xlsx-spec-models
Releases · TeamworkGuy2/xlsx-spec-models
xlsx-spec-models 0.8.3
Changed
- Build: Enable TypeScript
strict
compile option - Build: rename
tsc
npm command in package.json tobuild
xlsx-spec-models 0.8.2
Fixed
- Fix Stylesheet PatternFill.write() XML serialization to work with MS Excel's eccentricities
xlsx-spec-models 0.8.1
Fixed
- Fix Stylesheet PatternFill XML serialization to work with MS Excel's eccentricities
xlsx-spec-models 0.8.0
Changed
- Update to TypeScript 4.4
xlsx-spec-models 0.7.0
Changed
- Update to TypeScript 4.3
xlsx-spec-models 0.6.0
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
- Fix compiler errors related to
- Update dependency
dom-builder@0.9.0
- Update links to Microsoft OpenXml documentation
xlsx-spec-models 0.5.0
Changes
- Update to TypeScript 4.0
xlsx-spec-models 0.4.10
Changes
- Update to TypeScript 3.7
xlsx-spec-models 0.4.9
Changes
- Update to TypeScript 3.5
xlsx-spec-models 0.4.8
Changes
dom-builder
dependency update to v0.7.0 (improved attribute handling)- Switching
DocumentLike.attr*()
calls from passing 'elem.attributes' to simply passing 'elem'