v1.40.0
Features
- jsii: added warnings for usage of deprecated elements (#3051) (8c0dd3b)
- jsii: allow customizing tsconfig.json file name (#3076) (c611f26)
Bug Fixes
- rosetta: allow only property assignments in object literals (#3065) (c783ab7), closes #3061
- rosetta: breaks when given a lot of snippets (#3075) (eca552e)
- rosetta: class declaration uses wrong constructor name in C# (#3064) (13f75a1), closes #3056
- rosetta: disallow nullish coalescing operator in examples (#3060) (a35bbfa), closes #3053
- rosetta: fix usage of Builders in Java (#3058) (a0ce42d), closes #2984
- rosetta: newlines after return statements missing (#3063) (26c95f5), closes #3054