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

Releases: martysweet/cfn-lint

v1.4.1

31 Jan 11:33
9286e32
Compare
Choose a tag to compare

Changed

  • Update CloudFormation specification (downloaded 31-Jan-2018) - version: 1.13.0

v1.4.0

29 Nov 09:13
223a715
Compare
Choose a tag to compare

Changed

  • Update CloudFormation specification (downloaded 29-Nov-2017) - version: 1.11.0

Fixed

  • Merge PR #96, fix invalid List validation

Added

  • Merge PR #97, allow control over whether parameters are guessed or not.

v1.3.4

19 Nov 17:41
fc3139c
Compare
Choose a tag to compare

Changed

  • Merge PR #72, JavaScript to TypeScript
  • Merge PR #76, Refactor validation
  • Merge PR #84, CircleCI 2.0
  • Merge PR #85, Update README/CONTRIBUTING

Fixed

  • Merge PR #80, Fn::GetAtt with CustomResource

Added

  • Merge PR #82, allow inclusion as a module

v1.2.0

08 Nov 20:08
9e1360a
Compare
Choose a tag to compare
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

v1.1.7

01 Nov 12:22
Compare
Choose a tag to compare
Merge pull request #58 from martysweet/release-1.1.7

Release 1.1.7

v1.1.6

16 Jul 20:42
Compare
Choose a tag to compare
Merge pull request #50 from martysweet/update-cfn

Update cfn - Release V1.1.6

v1.1.5

16 Jul 20:43
Compare
Choose a tag to compare
Merge pull request #46 from martysweet/issue-42

Tests/Fixes for DoublePoint Attributes and ManagedPolicyName