This repository has been archived by the owner on Apr 16, 2022. It is now read-only.
Releases: martysweet/cfn-lint
Releases · martysweet/cfn-lint
v1.7.4
v1.7.3
v1.7.2
v1.7.1
v1.7.0
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
v1.6.1
v1.6.0
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 code1
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
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