Skip to content

Latest commit

 

History

History
91 lines (52 loc) · 1.45 KB

File metadata and controls

91 lines (52 loc) · 1.45 KB

faucet-pipeline-images version history

v2.3.0

2025-11-03

notable changes for end users:

  • bumped Node requirement to v20 or later, dropping support for obsolete versions
  • reduced the number of third-party dependencies

notable changes for developers:

  • switched from faucet-pipeline-core's FileFinder to faucet-pipeline-asset's utils
  • removed requirement for ImageMagick to be installed

v2.2.0

2024-03-20

maintenance release to update dependencies; bump minimum supported Node version to 18 due to end of life.

v2.1.0

2021-01-12

maintenance release to update dependencies; no significant changes

v2.0.0

2022-02-18

No significant changes compared to the beta version

v2.0.0-beta

2020-03-18

improvements for end users:

  • this release makes this a standalone pipeline (no longer a plugin for static)
  • sharp is used for optimizing images as well as resizing and changing formats
    • the image quality can be configured
  • svgo is used for optimizing SVGs
  • an option to add a suffix has been added

changes for developers:

  • this is a rewrite of the entire codebase

v1.2.0

2019-06-17

improvements for end users:

  • update imagemin dependencies

no significant changes for developers

v1.1.0

2019-01-22

improvements for end users:

  • update imagemin dependencies

no significant changes for developers

v1.0.0

2018-09-26

initial release