- Fixed Travis CI setup.
- Added support for https image sources. (michaseel, #5)
- Changed default output to
image/webp
if no other format is specified.
- Added support for cropping images. (michaseel, #4)
The auto-enabled withoutEnlargement
option is only used when cropping is disabled.
- Fixed original image test by comparing Content-Length header with a string.
- Fixed image height to default to image width. Fixes #2.
- Upgraded dependencies and tests.
- Upgraded
express-sharp
to0.17.1
.
- Added CORS support.
- Added tests.
- Added Travic CI test runner.
- Improved docs.
- Improved error handling.
- Refactored API.
- Added
.withoutEnlargement()
to prevent sharp from enlarging images. - Fixed docs issues.
First release