Skip to content
This repository has been archived by the owner on Apr 16, 2022. It is now read-only.

v1.2.0

Compare
Choose a tag to compare
@martysweet martysweet released this 08 Nov 20:08
9e1360a
Release 1.2.0 (#64)

* Allow string check to pass on wildcard

Wildcards are valid strings, as seen in CloudFront headers:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-forwardedvalues.html#cfn-cloudfront-forwardedvalues-headers

* Exit with 1 on invalid template

* fix forked builds

* Update CHANGELOG.md

* Convert CHANGELOG to more "standard" format

Convert CHANGELOG to use the keep a changelog format. This is a
"standardized" format for CHANGELOG entries.

See: http://keepachangelog.com/en/1.0.0/

* Add missing link

* isPrimitiveTypeList -> hasPrimitiveItemType

* add Map support

* Update CloudFormation Specification

* Add Default for parameters and fix the Fn::If issue, still needs more tests for Intrinsic Functions before release. (#63)

* Update CHANGELOG for v1.2.0

* Bump version to v1.2.0