|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 | See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. |
5 | 5 |
|
| 6 | +## [0.10.0](https://github.com/awslabs/jsii/compare/v0.9.0...v0.10.0) (2019-04-16) |
| 7 | + |
| 8 | + |
| 9 | +### Bug Fixes |
| 10 | + |
| 11 | +* exit with non-zero exit code if there are compilation errors ([#442](https://github.com/awslabs/jsii/issues/442)) ([6265bf6](https://github.com/awslabs/jsii/commit/6265bf6)), closes [#383](https://github.com/awslabs/jsii/issues/383) [#441](https://github.com/awslabs/jsii/issues/441) |
| 12 | +* **dotnet:** fix doc comment model parsing in .NET generator ([#455](https://github.com/awslabs/jsii/issues/455)) ([ae85aa5](https://github.com/awslabs/jsii/commit/ae85aa5)) |
| 13 | +* **java:** Stop using Streams to render params ([#459](https://github.com/awslabs/jsii/issues/459)) ([a5e8a93](https://github.com/awslabs/jsii/commit/a5e8a93)) |
| 14 | +* **jsii:** check that static and nonstatic members don't share a name ([#430](https://github.com/awslabs/jsii/issues/430)) ([a0741cc](https://github.com/awslabs/jsii/commit/a0741cc)), closes [#427](https://github.com/awslabs/jsii/issues/427) |
| 15 | +* **jsii:** flatten out dependency list ([#454](https://github.com/awslabs/jsii/issues/454)) ([ebdd10d](https://github.com/awslabs/jsii/commit/ebdd10d)), closes [#453](https://github.com/awslabs/jsii/issues/453) |
| 16 | +* **jsii-reflect:** don't load same assembly multiple times ([#461](https://github.com/awslabs/jsii/issues/461)) ([3a6b21c](https://github.com/awslabs/jsii/commit/3a6b21c)) |
| 17 | +* **jsii-spec:** show deep validation errors ([#452](https://github.com/awslabs/jsii/issues/452)) ([4d84e0b](https://github.com/awslabs/jsii/commit/4d84e0b)) |
| 18 | +* **kernel:** Set `this` in static contexts ([#460](https://github.com/awslabs/jsii/issues/460)) ([c81b4c1](https://github.com/awslabs/jsii/commit/c81b4c1)), closes [awslabs/aws-cdk#2304](https://github.com/awslabs/aws-cdk/issues/2304) |
| 19 | +* **pacmak:** fix Maven dependency collector. ([#449](https://github.com/awslabs/jsii/issues/449)) ([675b86a](https://github.com/awslabs/jsii/commit/675b86a)), closes [#447](https://github.com/awslabs/jsii/issues/447) |
| 20 | + |
| 21 | + |
| 22 | +### Features |
| 23 | + |
| 24 | +* **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) |
| 25 | + |
| 26 | + |
| 27 | +### BREAKING CHANGES |
| 28 | + |
| 29 | +* **jsii-spec:** JSII assemblies generated by older versions of the tool |
| 30 | +will fail loading with this new version, and vice-versa. Re-compile your |
| 31 | +projects in order to fix this. |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
6 | 37 | ## [0.9.0](https://github.com/awslabs/jsii/compare/v0.8.2...v0.9.0) (2019-04-04) |
7 | 38 |
|
8 | 39 |
|
|
0 commit comments