File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+
11+ ## [ 0.8.0] - 2021-1-28
12+ Thanks @pecirep , @miguel-a-calles-mba , @superandrew213
13+
14+ ### Added
1015- Add ` invalidationPaths ` setting to allow defining custom invalidation paths for the cloudfront distribution
1116- Add ` origins ` setting to allow adding additional distribution origins in the form of CloudFormation resources
17+ - Add ` defaultCacheBehavior ` setting to allow adding the default distribution cache behaviors in the form of CloudFormation resources
1218- Add ` cacheBehaviors ` setting to allow adding additional distribution cache behaviors in the form of CloudFormation resources
19+ - Add ` --no-client-deploy ` CLI option to skip deploying client code to S3
1320
21+ ### Fixed
22+ - Typos
1423## [ 0.7.1] - 2020-3-18
1524Thanks @artoliukkonen
1625
@@ -76,7 +85,8 @@ Better support for generating client code on Windows
7685
7786- Initial release
7887
79- [ Unreleased ] : https://github.com/MadSkills-io/fullstack-serverless/compare/v0.7.1...HEAD
88+ [ Unreleased ] : https://github.com/MadSkills-io/fullstack-serverless/compare/v0.8.0...HEAD
89+ [ 0.7.2 ] : https://github.com/MadSkills-io/fullstack-serverless/compare/v0.7.1...v0.8.0
8090[ 0.7.1 ] : https://github.com/MadSkills-io/fullstack-serverless/compare/v0.7.0...v0.7.1
8191[ 0.7.0 ] : https://github.com/MadSkills-io/fullstack-serverless/compare/v0.6.1...v0.7.0
8292[ 0.6.1 ] : https://github.com/MadSkills-io/fullstack-serverless/compare/v0.6.0...v0.6.1
Original file line number Diff line number Diff line change @@ -629,6 +629,7 @@ Use this parameter if you do not want to invalidate the CloudFront distribution.
629629- [hakimio](https://github.com/hakimio)
630630- [artoliukkonen](https://github.com/artoliukkonen)
631631- [pecirep](https://github.com/pecirep)
632+ - [pecirep](https://github.com/miguel-a-calles-mba)
632633
633634# # Credits
634635Forked from the [**serverless-api-cloudfront**](https://github.com/Droplr/serverless-api-cloudfront/)
Original file line number Diff line number Diff line change 11{
22 "name" : " fullstack-serverless" ,
3- "version" : " 0.7.1 " ,
3+ "version" : " 0.8.0 " ,
44 "engines" : {
55 "node" : " >=4.0"
66 },
You can’t perform that action at this time.
0 commit comments