Skip to content

Commit

Permalink
#0743: CloudFront invalidations are "too" strict (#22)
Browse files Browse the repository at this point in the history
- Fixes issue
- Updates semvers of dependencies
- Corrects some minor code formatting issues
  • Loading branch information
tforster authored Nov 15, 2020
1 parent f982611 commit 7ddcc4b
Show file tree
Hide file tree
Showing 6 changed files with 14,102 additions and 5,158 deletions.
40 changes: 30 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
# Change Log
# Change Log <!-- omit in toc -->

v0.7.1 **Fixes the meta vs path issue** (2020-08-09)
_A detailed history of project versions and associated release notes._

- [Versioning](#versioning)
- [Releases](#releases)
- [History](#history)

## Versioning

This project uses **Semantic Versioning 2.0.0**. Please see [SemVer](https://semver.org/) to read the specification.

## Releases

All released versions are available as [Releases on this repository](https://github.com/tforster/webproducer/releases).

## History

`v0.7.2` **Fixes CloudFront not invalidating issue** (2020-11-15)

- [CloudFront invalidations are "too" strict](https://dev.azure.com/techsmarts/TechSmarts/_workitems/edit/743)

`v0.7.1` **Fixes the meta vs path issue** (2020-08-09)

Breaking changes:

Expand All @@ -12,11 +32,11 @@ Fixes:

- [`735: Regression issue means local data.json files are not found`](https://dev.azure.com/techsmarts/Web%20Producer/_workitems/edit/735)

v0.7.0 **Separated non-HTML files from HTML minifier** (2020-08-01)
`v0.7.0` **Separated non-HTML files from HTML minifier** (2020-08-01)

- non-HTML files such as robots.txt, sitemap.xml and feed.xml were being sent through the HTML minifier along with regular HTML files with unexpected results. This has feature bump sees the separation of HTML and non-HTML before HTML minification occurs. Note that non-HTML files are _not_ minified at all now.

v0.6.0 **Static JSON Files** (2020-07-26)
`v0.6.0` **Static JSON Files** (2020-07-26)

Breaking changes:

Expand All @@ -35,28 +55,28 @@ Fixes:

- Fixed issue in Config.js where environment variables were only expanded if they were at the end of string.

v0.5.1 **Fixes issue whereby scripts and css were not being moved to the root** (2020-07-21)
`v0.5.1` **Fixes issue whereby scripts and css were not being moved to the root** (2020-07-21)

- Fixes issue where VinylS3 src was not creating the .path and .base properties properly.

v0.5.0 **S3+CloudFront** (2020-07-05)
`v0.5.0` **S3+CloudFront** (2020-07-05)

- Added support for S3+CloudFront as a deployable target
- Switched to a new YAML based configuration strategy
- Deployments now copy new and changed files only

v0.4.0 **Switched repository** (2020-05-24)
`v0.4.0` **Switched repository** (2020-05-24)

Migrated the repository from Azure DevOps repos to GitHub.

v0.3.0 **Improve stream stability** (2020-03-26)
`v0.3.0` **Improve stream stability** (2020-03-26)

Streams support was refactored to improve both stability and performance.

v0.2.0 **First-use updates** (2020-02-19)
`v0.2.0` **First-use updates** (2020-02-19)

Numerous minor issues were resolved after using WebProducer for the first time as a dependency of a real project.

v0.1.0 **Initial creation** (2020-01-07)
`v0.1.0` **Initial creation** (2020-01-07)

Git repository created and proof-of-concept code added to /src directory.
Loading

0 comments on commit 7ddcc4b

Please sign in to comment.