Skip to content

2.0.1

Compare
Choose a tag to compare
@NOtherDev NOtherDev released this 23 Mar 07:11
· 100 commits to master since this release

Quick fix of previous release that was missing the TypeScript dependency.

2.0 changes:

  • 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 with export default – see example in README.md
  • 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 to cloudform instead
  • Breaking cleanup in naming: DataTypes is now DataType and DeletionPolicies is now DeletionPolicy