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.
- added prettier-eslint to format code in pre-commit script
- Save source-image metadata along with the resized images as JSON in S3 (#21)
- Parsed EXIF data in JSON metadata (#21)
- Middleware for handling metadata, return false to skip saving output image to S3
- migrated from webpack 1 to webpack 3.3.0 and serverless-webpack 2.0
- upgraded dependencies: serverless@1.18.0, ava@0.21.0
- BREAKING: converted the user
/config.json
file to JS format/config.js
(#41)
- add output image's ContentType to S3 Object's parameters (previously defaulted to
application/octet-stream
) (#43, #44)
- added this CHANGELOG
- added new prebuilt sharp@0.18.2 binary for Lambda
- upgraded dependencies: sharp@0.18.2, serverless@0.16.1