Releases: vseventer/sharp-cli
Releases · vseventer/sharp-cli
v1.10.0
v1.9.0
- Added
--colors
,--dither
, and--palette
options. - Added
ensureAlpha
command. - Added exit code 1 for errorneuos commands (#15).
- Updated
sharp
dependency.
v1.8.0
This version introduces breaking changes with v1.7.2 and earlier:
- Added
--background
option toresize
androtate
commands. - Added
--fit
and--position
options. - Added
--factorOut
option. - Added
--pyramid
,--tileWidth
, and--tileHeight
options. - Added
extend
command. - Added
flatten
command. - Added
recomb
command. - Removed
--crop
,--ignoreAspectRatio
,--min
, and--max
options. - Removed
background
command. - Renamed
--tolerance
option to--threshold
. - Updated
sharp
andsinon
dependencies.
v1.7.2
- Added
--depth
option. - Added
--quantisationTable
option. - Added removeAlpha command.
- Updated
nyc
,sharp
,sinon
,snazzy
,standard
, andyargs
dependencies.
v1.7.1
v1.7.0
v1.6.0
- Added
--fastShrinkOnLoad
(sharp
0.19.0). - Added gravity option to
--embed
. - Fixed bug with
--withoutEnlargement
(#11). - Fixed bug with URI templates on Windows (#8).
- Removed
--interpolator
and--centreSampling
resize options (sharp
0.19.0). - Updated default
--compressionLevel
and--predictor
(sharp
0.19.0). - Updated output paths to resolve only after parsing URI template (#9).
- Updated
fs-extra
,mocha
,nyc
,sharp
,sinon
, andyargs
dependencies.