oo-ascii-tree
Advanced tools
Comparing version 0.9.0 to 0.10.0
@@ -6,2 +6,20 @@ # Change Log | ||
# [0.10.0](https://github.com/awslabs/jsii/compare/v0.9.0...v0.10.0) (2019-04-16) | ||
### Features | ||
* **jsii-spec:** Model parameter optionality ([#432](https://github.com/awslabs/jsii/issues/432)) ([21e485a](https://github.com/awslabs/jsii/commit/21e485a)), closes [#296](https://github.com/awslabs/jsii/issues/296) [#414](https://github.com/awslabs/jsii/issues/414) | ||
### BREAKING CHANGES | ||
* **jsii-spec:** JSII assemblies generated by older versions of the tool | ||
will fail loading with this new version, and vice-versa. Re-compile your | ||
projects in order to fix this. | ||
# [0.9.0](https://github.com/awslabs/jsii/compare/v0.8.2...v0.9.0) (2019-04-04) | ||
@@ -8,0 +26,0 @@ |
{ | ||
"name": "oo-ascii-tree", | ||
"version": "0.9.0", | ||
"version": "0.10.0", | ||
"description": "object-oriented ascii tree renderer", | ||
@@ -17,5 +17,5 @@ "main": "lib/index.js", | ||
"jest": "^24.1.0", | ||
"jsii-build-tools": "^0.9.0", | ||
"ts-jest": "^23.10.5", | ||
"typescript": "^3.3.3333" | ||
"jsii-build-tools": "^0.10.0", | ||
"ts-jest": "^24.0.1", | ||
"typescript": "^3.4.2" | ||
}, | ||
@@ -22,0 +22,0 @@ "author": { |
@@ -25,4 +25,6 @@ { | ||
"strictNullChecks": true, | ||
"target": "ES2018" | ||
} | ||
"target": "ES2018", | ||
"composite": true | ||
}, | ||
"include": ["**/*.ts"] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
71257
19
317