File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,13 @@ This project does its best to adhere to [Semantic Versioning](http://semver.org/
44
55
66--------
7- ### [ 0.6.2] ( N/A ) - 2020-11-25
7+ ### [ 0.7.0] ( N/A ) - 2021-06-12
8+ #### Changed
9+ * Update to TypeScript 4.3
10+
11+
12+ --------
13+ ### [ 0.6.2] ( https://github.com/TeamworkGuy2/excel-builder-ts/commit/c0ed9a93212b19b16118f59f55cbb8b4bf9b74f4 ) - 2020-11-25
814#### Changed
915* Fix issue with ` StyleSheet ` ` BorderProperty.color ` and ` FontStyle.color ` fields not supporting type ` string `
1016* Split ` StyleSheet ` ` Fill ` interface into ` PatternFill ` and ` GradientFill ` and make ` Fill ` a union type
Original file line number Diff line number Diff line change 11{
22 "name" : " excel-builder-ts" ,
3- "version" : " 0.6.2 " ,
3+ "version" : " 0.7.0 " ,
44 "description" : " TypeScript Port of excel-builder.js - A way to build excel files with javascript" ,
55 "author" : " TeamworkGuy2" ,
66 "homepage" : " https://github.com/TeamworkGuy2/excel-builder-ts" ,
1515 "@types/mocha" : " ~5.2.7" ,
1616 "chai" : " ^4.2.0" ,
1717 "mocha" : " ^5.2.0" ,
18- "typescript" : " ~4.0 .2"
18+ "typescript" : " ~4.3 .2"
1919 },
2020 "scripts" : {
2121 "test" : " node node_modules/mocha/bin/_mocha -u tdd --recursive" ,
You can’t perform that action at this time.
0 commit comments