UNPKG

1.45 kBMarkdownView Raw
1# Change Log
2All notable changes to this project will be documented in this file.
3
4## [8.0.0]
5
6* update imagemin-svgo to 9.0.0
7* require node 12
8* remove support for webpack 1, 2, 3
9* bump packages for security fixes
10
11## [7.0.0]
12
13* require node 10
14* upgrade imagemin-pngquant to 9.0.1
15* upgrade imagemin-webp to 6.0.0
16* upgrade imagemin-mozjpeg to 9.0.0
17* bump some packages for security fixes
18
19
20## [6.0.0]
21
22* upgrade imagemin-pngquant to 8.0.0 (version bump because of the api change => quality now is an array). For more info see: https://github.com/imagemin/imagemin-pngquant#quality
23
24## [5.1.0]
25
26* upgrade outdated packages (except imagemin-pngquant because this one has an api change)
27
28## [5.0.0]
29
30* upgrade outdated packages
31* move the image compressors to optionalDependencies.
32
33## [4.2.0]
34
35* Update svgo to 6.0.0 #145
36
37## [4.1.0]
38
39* Delay imports #140
40
41## [4.0.0]
42
43Updated mozjpeg to v7.0.0
44
45## [3.6.0]
46
47Reverted mozjpeg to v6.0.0, same as v3.4.0
48
49## [3.5.0] deprecated!
50
51Updated mozjepg to v7.0.0, but this was a major change and thus reverted it.
52
53## [3.0.0] - 2016-10-16
54### Changed
55- Changed jpeg compression algorithm from jpegtran to mozjpeg [PR#38](https://github.com/tcoopman/image-webpack-loader/pull/38).
56See [imagemin-mozjpeg](https://github.com/imagemin/imagemin-mozjpeg) for configuration options.
57- Updated minor versions of dependencies: `loader-utils`, `imagemin-gifsicle`, `imagemin-optipng`, `imagemin-svgo`, `webpack`