Releases: MadSkills-io/fullstack-serverless
Releases · MadSkills-io/fullstack-serverless
0.8.0
Thanks @pecirep, @miguel-a-calles-mba, @superandrew213
Added
- Add
invalidationPaths
setting to allow defining custom invalidation paths for the cloudfront distribution - Add
origins
setting to allow adding additional distribution origins in the form of CloudFormation resources - Add
defaultCacheBehavior
setting to allow adding the default distribution cache behaviors in the form of CloudFormation resources - Add
cacheBehaviors
setting to allow adding additional distribution cache behaviors in the form of CloudFormation resources - Add
--no-client-deploy
CLI option to skip deploying client code to S3
Fixed
- Typos
0.7.1
Thanks @artoliukkonen
- Add
noConfirm
setting to allow changing the client upload behavior via config
0.7.0
0.6.1
0.6.0
- Enable compression of web assets using CloudFront. This changes the defautlt behaviour (no compression). To continue not using compression for your web assets set
compressWebContent: false
.
Fixed
- Typo in log output - Thanks @jmortlock
0.5.8
0.5.7
- Add objectHeaders to the documentation. Thanks @superandrew213!
0.5.6
Fixed
- Fix issue parsing stage options from the command line