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": "jsii-spec", | ||
"version": "0.7.15", | ||
"version": "0.8.0", | ||
"description": "Specification for jsii assemblies", | ||
@@ -14,5 +14,5 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@types/node": "^8.10.40", | ||
"@types/node": "^8.10.43", | ||
"@types/nodeunit": "^0.0.30", | ||
"jsii-build-tools": "^0.7.15", | ||
"jsii-build-tools": "^0.8.0", | ||
"nodeunit": "^0.11.3", | ||
@@ -19,0 +19,0 @@ "typescript": "^3.3.3333", |
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
88249
0