Skip to content

Latest commit

 

History

History
109 lines (49 loc) · 4.66 KB

CHANGELOG.md

File metadata and controls

109 lines (49 loc) · 4.66 KB

GoFormation Versioning Changelog

2.2.2 (2019-03-13)

Bug Fixes

  • parser: Select the correct AWS CloudFormation resource type based on similarity (#183) (5749b23)

2.2.1 (2019-03-10)

Bug Fixes

  • parser: fix invalid YAML template error for custom tag marshaler (#177) (035d438)

2.2.0 (2019-03-10)

Features

  • schema: regenerated resources to apply SAM schema fixes from previous PR (b30c019)

2.1.5 (2019-03-10)

Bug Fixes

  • parser: do not break if a non-intrinsic Condition statement is found in a YAML template (#169) (e4671e3)

2.1.4 (2019-03-10)

Bug Fixes

  • schema: fixed incorrect field type for AWS::Serverless::Application.Location (#167) (3f1817b)

2.1.3 (2019-03-10)

Bug Fixes

  • schema: maps within YAML templates should allow unknown fields/properties (3b6e359)

2.1.2 (2019-03-10)

Bug Fixes

  • CI: fix broken GitHub PR integration (#185) (d42d00a)

2.1.1 (2019-03-10)

Bug Fixes

  • CI: only run semantic-release on push-to-master (not on pull requests) (#184) (c83945a)

2.1.0 (2019-03-10)

Features

  • CI: auto-generate AUTHORS.md file (b37af7b)

Semantic Versioning Changelog

2.0.0 (2019-03-10)

Code Refactoring

  • generator: moving resources and policies into their own packages (#161) (03a0123)

BREAKING CHANGES

  • generator: this PR refactors the auto-generated CloudFormation resources out of the cloudformation package and into a dedicated package (resources). This helps keep the auto generated files separate from others.

E.g. cloudformation.AWSSnsTopic{} becomes resources.AWSSnsTopic{}

1.4.1 (2019-03-10)

Bug Fixes

  • spec: corrected AWS::Serverless::Api.Auth.Authorizers to be of type JSON rather than string (#164) (4cf1bee)

1.4.0 (2019-03-09)

Features

  • parser: Default to parsing as YAML unless the filename ends in .json (#176) (42e7146)

1.3.0 (2019-03-09)

Bug Fixes

Features

  • Added semantic-release CI setup (a9b368a)
  • Added semantic-release configuration file (3b25fdb)