UNPKG

1.27 kBMarkdownView Raw
1coffin@0.2.9 - 5-25-2015
2------------------------
3- Added support for ASG CreationPolicy
4- Added `FN::Select`
5
6
7coffin@0.2.8 - 5-25-2015
8------------------------
9- Added support for Logs, KinesisStream
10
11coffin@0.2.2 - 8-29-2012
12---------------------------
13- Added support for DynamoDB, SDB, VPC
14- Now testing under node 0.10.x
15- MIT License
16
17coffin@0.2.2 - 8-29-2012
18---------------------------
19- When creating a stack that references an IAM resource, the -c CAPABILITY_IAM flag is added automatically
20- Updated reference to existsSync when using node 0.8+ so the error message doesn't appear
21
22coffin@0.2.1 - 8-28-2012
23---------------------------
24- **breaking change** Changed @InitScript template syntax to use %{} instead of #{} so as not to conflict with coffeescript's native syntax (or shell script variable substitution syntax).
25
26coffin@0.2.0 - 8-22-2012
27---------------------------
28- **breaking change** Prefacing @Region or @StackName with 'Ref:' is no longer required
29- New 'decompile' command
30> decompile [cfn-template]
31> Convert the given cloud formation template to coffin (or as best as we can). It will output a file of the same name with ".coffin" extension.
32- Added relative reference to coffin library so it can be used without having it install globally.