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

Latest commit

 

History

History
73 lines (57 loc) · 2.43 KB

CHANGELOG.md

File metadata and controls

73 lines (57 loc) · 2.43 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.

v0.4.0 - 2021-12-24

Changed

  • BREAKING Updated to CDK v2.
  • BREAKING Renamed StaticWebsiteDeployment to Deployment.
  • BREAKING Renamed StaticWebsitePipeline to Pipeline.
  • BREAKING Replaced StaticWebsiteDeploymentProps with DeploymentProps.
  • BREAKING Replaced StaticWebsitePipelineProps with PipelineProps.

v0.3.4 - 2021-10-23

Fixed

  • Fixed cache invalidation issue.

v0.3.3 - 2021-10-18

Removed

  • Removed unneeded build stage.

v0.3.2 - 2021-10-18

Removed

  • Removed unneeded dependencies.

v0.3.1 - 2021-10-14

Added

  • Added a second build stage to invalidate the CloudFront distribution cache.

Removed

  • Removed the Lambda function that invalidated the CloudFront distribution cache.

v0.3.0 - 2021-10-01

Added

  • Added issue templates.
  • Added CodeQL action.
  • Added a contributing guideline.

Changed

  • BREAKING: Replaced GitHub package publishing with NPM.

Removed

  • BREAKING: Removed StaticWebsiteDeploymentProps.namespace property.
  • BREAKING: Removed StaticWebsitePipelineProps.namespace property.

v0.2.0 - 2021-09-12

Added

  • Added a Lambda function to invalidate the CloudFront distribution cache when the pipeline is run.

Changed

  • Changed the distribution resources to be a public property accessible via StaticWebsiteDeployment.distribution.

Removed

  • BREAKING: Removed StaticWebsiteDeploymentProps.stage property.
  • BREAKING: Removed StaticWebsitePipelineProps.stage property.
  • BREAKING: Removed StaticWebsiteDeploymentProps.stage property from resource IDs.
  • BREAKING: Removed StaticWebsitePipelineProps.stage property from resource IDs.

v0.1.1 - 2021-08-22

Changed

  • Changed StaticWebsitePipelineProps.approvalNotifyEmails property to be optional.

v0.1.0 - 2021-07-31

Added

  • Added StaticWebsitePipeline CDK construct.
  • Added StaticWebsiteDeployment CDK construct.
  • Added a changelog.
  • Added a code of conduct.
  • Added a Dependabot configuration file.
  • Added a Semantic Commits configuration file.
  • Added a pull request template.
  • Added a GitHub release action.