Skip to content

Latest commit

 

History

History
198 lines (86 loc) · 3.98 KB

CHANGELOG.md

File metadata and controls

198 lines (86 loc) · 3.98 KB

Changelog

5.0.1 (04.06.2023)

Fixed an issue with an incorrect path to the configuration file on Windows systems.

5.0.0 (19.05.2023)

Removed removeOffCanvasPaths plugin from SVGO config due to known bugs: svg/svgo#1732, svg/svgo#1646.

Removed import of removeUnknownsAndDefaults plugin from the default config to make it easy to redefine the config on the user side.

Check out migration guide.

4.1.1 (27.02.2023)

Fixed installation and included the configuration file to the package.

4.1.0 (27.01.2023)

Added --config flag, which allows specifying path to file with custom settings.

See more in README.

4.0.0 (27.05.2022)

This package is now pure ESM.

In lossy mode, JPEG files are now processed by sharp module.

3.1.2 (06.05.2022)

Fixed total saved size calculation.

Added file format to the success message in conversion mode.

3.1.1 (08.04.2022)

Removed logging unsupported symbols in CI environment.

3.1.0 (04.02.2022)

Added --output flag, which allows output to be written to provided directory.

3.0.0 (31.01.2022)

Removed pngquant-bin due to license issues.

2.7.5 (23.09.2021)

Fixed “Cannot find module” error that occurred if Optimizt was installed using Yarn.

2.7.4 (22.09.2021)

Fixed SVG processing.

2.7.3 (14.09.2021)

Updated project dependencies.

Optimizt now has bigger file sizes for AVIF images. See:

2.7.2 (21.06.2021)

Sometimes Optimizt could return empty JPEG files. Now it's fixed.

2.7.1 (18.06.2021)

Added “Differences between ‘lossy’ and ‘lossless’” section to README.md.

Disabled cursor hiding in progress bar.

2.7.0 (16.06.2021)

Added display of summary.

2.6.1 (11.06.2021)

Fixed “Only YUV color space input jpeg is supported” error. Now Optimizt may set sRGB color space for images before processing them.

2.6.0 (28.05.2021)

Spinner was replaced with a progress bar.

2.5.0 (08.04.2021)

Added --force flag to CLI, which allows creating AVIF and WebP even if output file size increased or file already exists.

Added workflows directory with examples of GitHub Actions workflows.

Enabled use of LZW compression to optimize GIF files in lossy mode.

2.4.2 (19.02.2021)

Fixed ratio logging.

2.4.1 (16.02.2021)

Added Troubleshooting section to README.md.

Added error handler for jpegoptim child process.

2.4.0 (27.01.2021)

Added AVIF support.

2.3.1 (25.01.2021)

Fixed GIF to WebP conversion.

2.3.0 (25.01.2021)

Bye-bye imagemin. Now we use optimizers directly.

Added a limit on the number of optimization tasks run simultaneously.

Fixed a bug with JPEG processing (jpegoptim could crash with some files).

2.2.0 (28.10.2020)

Updated dependencies.

Unpinned dependencies versions to major range.

2.1.0 (27.10.2020)

Added disabling coloring output when no TTY found.

2.0.1 (12.10.2020)

Removed unused logic from formatBytes.

Optimized prepareFilePaths function.

Updated images used in README.

2.0.0 (07.10.2020)

Prepared the package for publishing on GitHub.

Updated some deps, fixed small linter errors, added LICENSE.

1.0.1 (09.06.2020)

We continue the glorious tradition of “Publish first, think later”.

Removed useless files from the bundled package.

1.0.0 (18.05.2020)

First major version!

The script does everything described in README:

  1. Compresses raster images lossy and lossless.

  2. Optimizes SVG files preserving their readability.

  3. Generates WebP versions while optimizing raster images.

0.1.0 (06.04.2020)

Init version.