2.0.0
Pre-release
Pre-release
- Definitions updated to the newest CloudFormationResourceSpecification.json – v2.0.0
- Now using ts-node when evaluating template file, so that splitting the template into separate files is actually possible as intended (thanks @sisisin for the contribution!)
- Breaking change:
cloudform
invocation must now be exported from the template withexport default
– see example in README.md
- Breaking change:
- npm package now doesn't contain actual TypeScript files (only transpiled JavaScript and TypeScript declarations), so that external compilation of the template is now possible independently of cloudform's
tsc
configuration- Breaking change: if you imported transpiled JavaScript from
cloudform/dist
, switch tocloudform
instead
- Breaking change: if you imported transpiled JavaScript from
- Breaking cleanup in naming:
DataTypes
is nowDataType
andDeletionPolicies
is nowDeletionPolicy