Releases: 68publishers/image-storage-lambda
Releases · 68publishers/image-storage-lambda
v0.2.0
Added
- added eslint
- added support for AVIF
- added support for animated GIF and WebP
- added Makefile
Changed
- updated node to the version
18
- migrated from CommonJS to ESM
- changed directory structure
- small refactoring - private priperties and methods, removed unneccessary code etc.
- updated sharp and aws-sdk dependencies
- removed dependency
inversify
- changed background color to white when transparent image is converted to jpeg
v0.1.5
Signature and Version parameters in the response
- added Lambda's config variable `VERSION_PARAMETER_NAME`
- added Signature and Version parameters into an image response
- added Signature parameter into a noimage response
v0.1.4
- added option
CACHE_MAX_AGE
- added document's metadata
CacheControl
and Expires
that are based on the option
- updated the application template
v0.1.3
Fixed error `Internal server error. Cannot read property 'w' of null`
v0.1.2
- added modifier
ar
(Aspect ratio)
- added modifier
f
(Fit)
Both modifiers are described in the README.