2.2.2 (2019-03-13)
2.2.1 (2019-03-10)
2.2.0 (2019-03-10)
- schema: regenerated resources to apply SAM schema fixes from previous PR (b30c019)
2.1.5 (2019-03-10)
- parser: do not break if a non-intrinsic
Condition
statement is found in a YAML template (#169) (e4671e3)
2.1.4 (2019-03-10)
2.1.3 (2019-03-10)
- schema: maps within YAML templates should allow unknown fields/properties (3b6e359)
2.1.2 (2019-03-10)
2.1.1 (2019-03-10)
2.1.0 (2019-03-10)
- CI: auto-generate AUTHORS.md file (b37af7b)
2.0.0 (2019-03-10)
- generator: this PR refactors the auto-generated CloudFormation resources out of the cloudformation package and into a dedicated package (resources). This helps keep the auto generated files separate from others.
E.g. cloudformation.AWSSnsTopic{} becomes resources.AWSSnsTopic{}
1.4.1 (2019-03-10)
- spec: corrected AWS::Serverless::Api.Auth.Authorizers to be of type JSON rather than string (#164) (4cf1bee)
1.4.0 (2019-03-09)
1.3.0 (2019-03-09)
- CI: speed up PR builds by only downloading the cfn spec and regenerating resources on cron schedule (not on every build) (7ae2a32)
- CI: Update TravisCI configuration based on https://github.com/se… (#180) (88e1e85)
- CI: Update TravisCI configuration for semantic-release to use jobs (f6c2fee)