oo-ascii-tree
Advanced tools
Comparing version 0.7.15 to 0.8.0
@@ -6,2 +6,18 @@ # Change Log | ||
# [0.8.0](https://github.com/awslabs/jsii/compare/v0.7.15...v0.8.0) (2019-03-20) | ||
### Features | ||
* pass data types (structs) by-value instead of by-ref ([#376](https://github.com/awslabs/jsii/issues/376)) ([db3ccdf](https://github.com/awslabs/jsii/commit/db3ccdf)), closes [awslabs/aws-cdk#965](https://github.com/awslabs/aws-cdk/issues/965) [#375](https://github.com/awslabs/jsii/issues/375) | ||
### BREAKING CHANGES | ||
* all properties in interfaces which represent data types must be marked as `readonly`. Otherwise, jsii compilation will fail. | ||
<a name="0.7.15"></a> | ||
@@ -8,0 +24,0 @@ ## [0.7.15](https://github.com/awslabs/jsii/compare/v0.7.14...v0.7.15) (2019-02-27) |
{ | ||
"name": "oo-ascii-tree", | ||
"version": "0.7.15", | ||
"version": "0.8.0", | ||
"description": "object-oriented ascii tree renderer", | ||
@@ -15,5 +15,5 @@ "main": "lib/index.js", | ||
"@types/jest": "^23.3.14", | ||
"@types/node": "^8.10.40", | ||
"@types/node": "^8.10.43", | ||
"jest": "^24.1.0", | ||
"jsii-build-tools": "^0.7.15", | ||
"jsii-build-tools": "^0.8.0", | ||
"ts-jest": "^23.10.5", | ||
@@ -20,0 +20,0 @@ "typescript": "^3.3.3333" |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
51165
0