Bump image_optim from 0.26.5 to 0.30.0
Bumps image_optim from 0.26.5 to 0.30.0.
Changelog
Sourced from image_optim's changelog.
v0.30.0 (2021-05-11)
- Add
timeout
option to restrict maximum time spent on every image #21 #148 #149 #162 #184 #189 @tgxworld @oblakeerickson @toyv0.29.0 (2021-04-28)
- Require at least ruby 1.9.3 @toy
- Add support for use as pre-commit hook #192 @proinsias
- Fix
Path#copy_metadata
by rescuing alsoErrno::EACCES
as it is done infileutils
#187 @toy- More precise regular expression for capturing svgo version @toy
v0.28.0 (2020-12-18)
- Fix and update list of markers in jpegoptim worker: allow to pass
com
instead of incorrectcomments
and add missingxmp
andnone
#188 @toy- Add
--skip-if-larger
flag to pngquant worker. The pngquant worker already does this, but this will make it fail faster. #125 #181 @iggant @oblakeerickson- Add
method
option for jpegrecompress, default tossim
#102 #103 #182 @ramiroaraujo @oblakeericksonv0.27.1 (2020-09-30)
- Fixed atomic replacement for case when equal
File::Stat#dev
doesn't mean that file can be linked #180 @toyv0.27.0 (2020-08-27)
Commits
-
1ed0328
v0.30.0 -
3a86415
rework skipping tests when functionality is not available -
bce9d76
replace hash rockets syntax -
542f32e
rubocop 1.13.0 -
ec3767d
timeout option to restrict maximum time spent on every image -
bb169a6
v0.29.0 -
f958545
require at least ruby 1.9.3 -
77efa94
Add support for use as pre-commit hook -
249d329
travis: ruby 2.5.9, 2.6.7, 2.7.3 and 3.0.1 -
22f3aec
rubocop 1.12.0 - Additional commits viewable in compare view