Skip to content

Releases: Ulyanov-programmer/gulp-sharp-optimize-images

4.0.3

22 Apr 15:37
Compare
Choose a tag to compare

Fixed an issue where file paths might not be created correctly, see 32fa513.

4.0.2

14 Apr 12:26
Compare
Choose a tag to compare

Fixed a bug due to which the plugin did not work with gulp version 5.0.0.

4.0.1

06 Feb 16:59
Compare
Choose a tag to compare

The chalk package was added as a dependency.

Version 4.0.0 is available!

06 Feb 07:56
Compare
Choose a tag to compare

A logging system has been added along with the logLevel option.

The alsoProcessOriginal rule has been added.

The sharp dependency has been updated to version 0.33.2.

Node version no lower than 18.17.0 is now required to work.

3.0.1

13 Jul 05:25
Compare
Choose a tag to compare
  • Fixed a bug where image paths could be incorrectly perceived on Linux OS.

3.0.0

28 Jun 06:29
Compare
Choose a tag to compare
  • Updated dependencies (sharp 0.31.3 => 0.32.1, changelog)
  • Added type declaration.
  • Syntax errors have been fixed.

2.0.2 micropath.

15 May 06:59
Compare
Choose a tag to compare

All that makes this version different from the previous one is that I adjusted the "Installation" section by adding a shortcode for yarn Installation.

2.0.1 path

17 Mar 07:10
Compare
Choose a tag to compare

The changes are exclusively in the package.json (CEO) and README (mention of previously available features, I just forgot to add them there).

Release 2.0.0, new features!

16 Feb 07:58
Compare
Choose a tag to compare

New functionality

Added the ability to convert images from one specific type to another using an object.

Now, when using the usual parameter objects, the original images are also transmitted as a result optimized.

Updated README.

Release 1.0.1!

19 Jan 09:52
Compare
Choose a tag to compare

Project release, publication on npm .
Patch 1.0.1:

  • fixed an error that caused the module to not work (a problem with the import declaration).