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

Latest commit

 

History

History
111 lines (88 loc) · 4.11 KB

CHANGELOG.md

File metadata and controls

111 lines (88 loc) · 4.11 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

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

1.5.0 - 2018-02-15

Added

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

1.4.1 - 2018-01-31

Changed

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

1.4.0 - 2017-11-29

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.

1.3.4 - 2017-11-19

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

[1.3.3] - 2017-11-19 [YANKED]

[1.3.2] - 2017-11-19 [YANKED]

[1.3.1] - 2017-11-19 [YANKED]

[1.3.0] - 2017-11-19 [YANKED]

1.2.0 - 2017-11-08

Changed

  • Merge PR #67, change format of CHANGELOG to standardised approach
  • Merge PR #62, exiting the CLI with 1 if the template is invalid
  • Update CloudFormation specification (downloaded 7th November 2017)

Fixed

  • Merge PR #60, allowing a single wildcard as a string within the template
  • Merge PR #65, allowing forked branches to run tests
  • Merge PR #71, fixing maps, see #69 and #68
  • Merge PR #63, fixing if intrinsic functions, see

1.1.7 - 2017-10-07

Changed

  • Update CloudFormation specification (downloaded 7th October 2017)
  • Merge PR #53, using the package version for the command line version output

1.1.6 - 2017-07-16

Changed

  • Update CloudFormation specification (downloaded 16th July 2017)

1.1.5 - 2017-06-07

Fixed

  • Fix bugs in issues #42 and #44

1.1.4 - 2017-05-17

Changed

  • Update CloudFormation specification (downloaded 17th May 2017), see the AWS Blog

1.1.3 - 2017-05-11

Fixed

  • Fix Fn::Sub not throwing errors on invalid reference (Issue #39)

1.1.2 - 2017-05-05

Changed

  • Update CloudFormation specification (downloaded 5th May 2017), see the AWS Blog post for changes.

1.1.1 - 2017-04-27

Added

  • Add pseudo parameter support