1 | # 10.x BREAKING CHANGES
|
2 | removed-argument:constructs.Construct.<initializer>
|
3 | removed:constructs.Construct.onPrepare
|
4 | removed:constructs.Construct.onSynthesize
|
5 | removed:constructs.Construct.onValidate
|
6 | removed:constructs.ConstructMetadata
|
7 | removed:constructs.Node.addError
|
8 | removed:constructs.Node.addInfo
|
9 | incompatible-argument:constructs.Node.addMetadata
|
10 | removed:constructs.Node.addWarning
|
11 | removed:constructs.Node.applyAspect
|
12 | removed:constructs.Node.prepare
|
13 | removed:constructs.Node.synthesize
|
14 | change-return-type:constructs.Node.validate
|
15 | removed:constructs.ValidationError
|
16 | changed-type:constructs.Node.dependencies
|
17 | removed:constructs.ConstructOptions
|
18 | removed:constructs.Dependency
|
19 | removed:constructs.IAspect
|
20 | removed:constructs.INodeFactory
|
21 | removed:constructs.ISynthesisSession
|
22 | removed:constructs.SynthesisOptions
|
23 | removed:constructs.Node.uniqueId
|