Skip to content

Releases: three11/optisize

Use full path in module import

08 Dec 08:25
Compare
Choose a tag to compare
3.0.1

Use full path to script import

Migrate to TypeScript

08 Dec 08:03
Compare
Choose a tag to compare

This release migrates the codebase to TypeScript.
BREAKING: This package is now type: module.

Various improvements

30 Nov 14:39
77564e7
Compare
Choose a tag to compare

In this release:

  1. Breaking change: Minimum supported Node JS version is 14
  2. The license is now MIT.
  3. Optisize now supports SVG and WebP files.
  4. Optisize now supports external configuration files and/or fields in the package.json file. (based on Cosmiconfig). Check out the available config in the README
  5. Optisize now includes TypeScript definitions.

Single file to buffer

19 Oct 12:15
Compare
Choose a tag to compare

Expose file to buffer optimization method which allows in-place optimization of a single image file (in the nodejs memory).

Export function for single file optimization

19 Oct 08:49
Compare
Choose a tag to compare

This release exports the single-file optimization function which can be used in Node JS environment.

Security fixes

29 Apr 07:56
Compare
Choose a tag to compare

This release takes care of multiple security vulnerabilities.

We have a logo

23 May 05:24
Compare
Choose a tag to compare

This release updates all dependencies to their latest version and introduces a logo designed and created by @chimzycash 🎉

Update imagemin

16 Jan 12:36
Compare
Choose a tag to compare

This release updates to latest imagemin and its plugins.
It also updates the rest of the dependencies

Single file manipulations

17 Aug 13:08
Compare
Choose a tag to compare

This release adds ability to optisize a single image file.
Also, the error handling and rejections have been improved.

Better error handling

17 Aug 12:51
Compare
Choose a tag to compare
0.5.1

Bump version