File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed
Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33This project does its best to adhere to [ Semantic Versioning] ( http://semver.org/ ) .
44
5+ --------
6+ ### [ 0.5.2] ( N/A ) - 2019-11-08
7+ #### Changed
8+ * Update to TypeScript 3.7
9+
510
611--------
7- ### [ 0.5.1] ( N/A ) - 2019-07-16
12+ ### [ 0.5.1] ( https://github.com/TeamworkGuy2/excel-builder-ts/commit/b3a14d9f8e559e3071297c85aaa6bb6537137082 ) - 2019-07-16
813#### Changed
914* Update to TypeScript 3.5
1015* Cache attributes array lookup in ` Utils.defaults `
Original file line number Diff line number Diff line change 11{
22 "name" : " excel-builder-ts" ,
3- "version" : " 0.5.1 " ,
3+ "version" : " 0.5.2 " ,
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" ,
1111 },
1212 "dependencies" : {},
1313 "devDependencies" : {
14- "@types/chai" : " ~4.1.7 " ,
15- "@types/mocha" : " ~5.2.5 " ,
14+ "@types/chai" : " ~4.2.4 " ,
15+ "@types/mocha" : " ~5.2.7 " ,
1616 "chai" : " ~4.2.0" ,
1717 "mocha" : " ~5.2.0" ,
18- "typescript" : " ~3.5 .2"
18+ "typescript" : " ~3.7 .2"
1919 },
2020 "scripts" : {
21- "test" : " mocha -u tdd --recursive" ,
22- "tsc" : " tsc"
21+ "test" : " node node_modules/ mocha/bin/_mocha -u tdd --recursive" ,
22+ "tsc" : " node node_modules/typescript/bin/ tsc"
2323 }
2424}
You can’t perform that action at this time.
0 commit comments