Skip to content

Latest commit

 

History

History
98 lines (70 loc) · 2.23 KB

History.md

File metadata and controls

98 lines (70 loc) · 2.23 KB

2.6.0 / 2016-09-15

  • add: kernel option
  • rename: interpolation to interpolator option
  • deprecate: interpolation option

2.5.0 / 2016-06-01

2.4.0 / 2016-06-01

2.3.0 / 2016-04-15

2.2.0 / 2016-03-18

  • add: silent option
  • add: stats option

2.1.0 / 2016-02-18

2.0.0 / 2016-01-09

  • Version 2.0 mahnunchik#23
  • add: all sharp options
  • add: better usage examples
  • add: ability to transform format of output image (format option)
  • remove: depricated options strictMatchConfig and strictMatchImages
  • add: visibility to image manipulation process

1.2.1 / 2015-08-18

  • add: skipOnEnlargement option

1.2.0 / 2015-08-15

1.1.0 / 2015-05-24

  • add: passThroughUnused option to pass through unmatched files
  • rename: options strictMatchConfig to errorOnUnusedConfig and strictMatchImages to errorOnUnusedImage
  • deps: sharp@^0.10.0, rename@^1.0.3, async@^1.0.0

1.0.7 / 2015-02-16

1.0.6 / 2015-02-08

  • add: node 0.12 and latest iojs to travis

1.0.5 / 2015-01-28

  • update: sharp 0.9.0
  • update: minimatch and lodash

1.0.4 / 2014-11-23

  • add: ability to use size as a percentage

1.0.3 / 2014-11-19

  • add: global config feature

1.0.2 / 2014-11-11

1.0.1 / 2014-11-03

  • add: config options: quality, progressiv, withMetadata, compressionLevel
  • fix: merge config behavior

1.0.0 / 2014-10-29

  • basic implementation