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.7.4

18 Jul 05:45
c594aa3
Compare
Choose a tag to compare

Fixed

  • Merge PR #177, fix nested resources within an if condition not being resolved. Fix resolution of AWS::NoValue.
  • Merge PR #179, fixing support for AWS::Partition pseudo parameter

Changed

  • Update CloudFormation specification (downloaded 18-Jul-2018) - version: 2.5.0

v1.7.3

30 Jun 04:59
89b899f
Compare
Choose a tag to compare

Fixed

  • Merge PR #174, fixing validation support for AWS::URLSuffix
  • Merge PR #171, fixing support for Fn::ImportValue to Fn::Split intrinsic function

v1.7.2

02 Jun 15:37
a6fad27
Compare
Choose a tag to compare

Changed

  • Merge PR #162, add release instructions to README.md
  • Merge PR #168, updating CloudFormation specification (downloaded 01-Jun-2018) - version: 2.4.0

v1.7.1

08 May 08:39
22302bf
Compare
Choose a tag to compare

1.7.1 - 2018-05-08

Fixed

  • Merge PR #165, fixing GetAtt shorthand not accepting array parameters

v1.7.0

06 May 20:14
09402a1
Compare
Choose a tag to compare

v1.7.0 - 2018-05-06

Fixed

  • Merge PR #155, fixing GetAtt not throwing errors on invalid resource

Changed

  • Merge PR #157, adding licence attribute to package.json
  • Merge PR #148, removing cloudformation-js-yaml-schema in favour of custom handling of intrinsic functions
  • Update CloudFormation specification (downloaded 06-May-2018) - version: 2.1.0
  • Merge PR #159, improving readability of README.md

Added

  • Merge PR #148, adding Fn::split functionality

v1.6.2

26 Apr 09:25
cc4ade3
Compare
Choose a tag to compare

1.6.2 - 2018-04-26

Fixed

  • Merge PR #150, allow AWS::CloudFormation::Stack to return custom attributes when used in Fn::GetAtt

v1.6.1

25 Apr 17:26
ae2ac8c
Compare
Choose a tag to compare

1.6.1 - 2018-04-25

Fixed

  • Merge PR #135, fixing parts.join exception when !Join was called on non-array
  • Merge PR #141, allowing lists of values to be specified on the command line
  • Merge PR #139, allowing Fn::GetAtt to return an array of values

Changed

  • Merge PR #136, updated usage prompt for a better CLI experience
  • Merge PR #146, updated build environment to circleci/node:boron-stretch to support npm v6.0.0

v1.6.0

05 Apr 16:35
78c82a5
Compare
Choose a tag to compare

1.6.0 - 2018-04-05

Fixed

  • Merge PR #120, fixing dependency issue with "@types/colors"
  • Merge PR #130, implementing "safe-buffer" polyfill to be compatible with older NodeJS versions
  • Merge PR #126, improving null value validation when null is passed into a template

Changed

  • Merge PR #124, adding the --verbose flag and returning exit code 1 on a fatal exception or parsing error
  • Merge PR #131, making Winston exitOnError true

Added

  • Merge PR #128, implement NodeJS compatibility test in CI/CD

v1.5.1

12 Mar 09:10
2c5ff5d
Compare
Choose a tag to compare

1.5.1 - 2018-03-12

Added

  • Merge PR #113, adding a Spanish translation for README.md
  • Merge PR #116, adding node_modules to .gitignore

Changed

  • Update README.md to link to translation
  • Update CloudFormation specification (downloaded 12-Mar-2018) - version: 2.0.0
  • Patched CloudFormation specification with proper Tag specification
  • Force specific dependency versions, fixing issue #117

v1.5.0

15 Feb 18:12
b524102
Compare
Choose a tag to compare

Added

  • Merge PR #104, adding Fn::Select functionality, add support for CommaDelimitedList parameter types