Skip to content

Latest commit

 

History

History
169 lines (136 loc) · 8.75 KB

File metadata and controls

169 lines (136 loc) · 8.75 KB

Changelog

1.10.0 (June 26, 2019)

  • Added composite command.
  • Added modulate command.
  • Deprecated overlayWith command.
  • Increased required version to Node.js 8.
  • Updated fs-extra, mocha, nyc, sharp, sinon, and tempfile dependencies (#18).

1.9.0 (January 26, 2019)

1.8.0 (January 5, 2019)

1.7.2 (December 4, 2018)

1.7.1 (July 24, 2018)

  • Added --optimiseCoding option.
  • Added ccittfax4 compression option to TIFF output.
  • Added median command.
  • Added tint command.
  • Updated fs-extra, mocha, nyc, sharp, and sinon dependencies.

1.7.0 (March 9, 2018)

  • Added linear command.
  • Added --angle option to tile command.
  • Updated sharp, sinon, snazzy, and standard dependencies.

1.6.0 (January 28, 2018)

  • 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, and yargs dependencies.

1.5.2 (October 27, 2017)

  • Updated mocha, sinon, and yargs dependencies.

1.5.1 (September 22, 2017)

  • Updated mocha, nyc, and sharp dependencies.

1.5.0 (July 20, 2017)

https://github.com/vseventer/sharp-cli/compare/v1.4.0...v1.5.0

  • Added --xres and --yres (sharp 0.18.2).
  • Updated fs-extra dependency.

1.4.0 (June 26, 2017)

https://github.com/vseventer/sharp-cli/compare/v1.3.0...v1.4.0

  • Added --squash (sharp 0.18.0).
  • Updated fs-extra, mocha, nyc, sharp, sinon, snazzy, standard, and yargs dependencies.

1.3.0 (April 3, 2017)

https://github.com/vseventer/sharp-cli/compare/v1.2.0...v1.3.0

1.2.0 (March 18, 2017)

https://github.com/vseventer/sharp-cli/compare/v1.1.0...v1.2.0

  • Added support for URI templates.
  • Replaced chai with must.
  • Updated multiyargs, sinon, and standard dependencies.

1.1.0 (Febuary 13, 2017)

https://github.com/vseventer/sharp-cli/compare/v1.0.1...v1.1.0

  • Added --alphaQuality, --lossless, and nearLossless (sharp 0.17.2).
  • Removed stream-to-buffer as it caused errors when working with large files. Unfortunately, this means input and output cannot use the same file.

1.0.1 (January 29, 2017)

  • Allow and prioritize --input, even if there is an input stream (i.e. process.stdin).
  • Added --optimise shorthand for --optimiseScans, --overshootDeringing, and --trellisQuantisation.
  • Abstracted multiple command parsing algorithm to multiyargs.

1.0.0 (January 24, 2017)

  • Full rewrite.

0.7.0 (August 21, 2016)

  • Enhancement: add --toColorspace.
  • Enhancement: update sharp (0.16.x).

0.6.0 (August 18, 2016)

0.5.0 (June 21, 2016)

0.4.2 (June 21, 2016)

  • Bugfix: mark --grayscale as boolean option.
  • Enhancement: update dependencies, including sharp (0.15.x).

0.4.1 (April 18, 2016)

0.4.0 (April 4, 2016)

0.3.1 (February 21, 2016)

  • Enhancement: update dependencies, including sharp (0.13.x).

0.3.0 (January 26, 2016)

  • Enhancement: add --negate support.
  • Enhancement: add --threshold support.
  • Enhancement: update dependencies, including sharp (0.12.x).

0.2.2 (January 13, 2016)

  • Enhancement: process multiple files in batches of 25.

0.2.1 (January 3, 2016)

  • Enhancement: allow rotate without angle.

0.2.0 (November 6, 2015)

  • Enhancement: allow same file for input and output.

0.1.0 (November 5, 2015)

  • Initial version.