ImageOptim CLI Versions Save

Make optimisation of images part of your automated build process

3.1.9

6 months ago

3.1.9 (2023-11-06)

Bug Fixes

  • engines: support node >= 18 (5c18d6c), Closes #199, #197
  • npm: update dependencies (201e63f)

3.1.7

10 months ago

3.1.7 (2023-07-02)

Features

  • node: upgrade to node v18 (40dfb41)

3.0.7

2 years ago

3.0.7 (2021-11-13)

Bug Fixes

  • cli: use unique temp dir per invocation (7291ded), closes #183
  • jpegmini: add com.beamr.jpegminipro.app (ed5e112), closes #187
  • jpegmini: add support for macOS Monterey (e7bcd50)
  • nexe: fix __dirname issues in v3.3.7 (dae85f9)
  • npm: update dependencies (585f08e), closes #191

3.0.2

4 years ago

3.0.2 (2019-11-04)

Bug Fixes

  • cli: ensure temp files are always removed (7413b22)
  • pngquant: handle upstream errors (9557b8f), closes #182

3.0.0

4 years ago

3.0.0 (2019-09-15)

Bug Fixes

  • cli: exit with error status if an app is not installed (6c3d799), closes #180
  • cli: handle upper case file extensions (e7c84ac), closes #181
  • npm: update npm dependencies (b492ad2)

Performance Improvements

  • cli: reduce memory consumption (3166245), closes #173

BREAKING CHANGES

  • cli: The following scenarios will display an error and exit with a status code of 1, where previously they would display a warning:
    • Not using --no-imageoptim when ImageOptim.app is not installed.
    • Using --imagealpha when ImageAlpha.app is not installed.
    • Using --jpegmini when JPEGmini.app is not installed.

2.3.9

4 years ago

2.3.9 (2019-07-16)

Bug Fixes

  • npm: potential security vulnerability (cd48880)

2.3.8

4 years ago

2.3.8 (2019-07-16)

Bug Fixes

  • npm: potential security vulnerability (1560041), closes #178

2.3.7

4 years ago

2.3.7 (2019-07-01)

Bug Fixes

2.3.6

4 years ago

2.3.6 (2019-06-17)

Bug Fixes

  • npm: update dependencies (a154af0)

    NAME               OLD            NEW       INFO
    commander          2.19.0         2.20.0    https://github.com/tj/commander.js
    globby             9.0.0          9.2.0     https://github.com/sindresorhus/globby
    pretty-bytes       5.1.0          5.2.0     https://github.com/sindresorhus/pretty-bytes
    @types/fs-extra    5.0.4          7.0.0     https://github.com/DefinitelyTyped/DefinitelyTyped
    @types/globby      8.0.0          9.1.0     https://github.com/sindresorhus/globby
    @types/node        10.12.21       12.0.8    https://github.com/DefinitelyTyped/DefinitelyTyped
    nexe               2.0.0-rc.34    3.3.0     https://github.com/nexe/nexe
    prettier           1.16.3         1.18.2    https://github.com/prettier/prettier
    tslint             5.12.1         5.17.0    https://github.com/palantir/tslint
    typescript         3.3.1          3.5.2     https://github.com/Microsoft/TypeScript
    

    Excluded due to bug with fs.stat:

    NAME               OLD            NEW       INFO
    fs-extra           7.0.1          8.0.1     https://github.com/jprichardson/node-fs-extra
    

2.3.5

5 years ago

2.3.5 (2019-02-02)

Bug Fixes