Skip to content

v1.2.0

Choose a tag to compare

@stamat stamat released this 09 Jul 17:29
· 28 commits to main since this release

⚠️ Breaking change

CLI options changed

  • --verbose CLI option introduced, false by default, replaces -q, --quiet which had an opposite functionality.
  • -q is now a shorthand for --quality instead of -Q

Added

  • verbose config option (default: false).
  • processAll() stats now include an errors count.
  • New tests for:
    • error counting on corrupt images
    • verbose log gating behavior
  • README docs for the ascii preprocessor outputs (.txt and  svg sidecars).

Fixed

  • Corrupt/unsupported image inputs are now counted as errors without stopping processing of valid files.
  • Windows test stability improvements:
    • disabled sharp cache during tests
    • retry-based fixture cleanup to avoid  EBUSY  unlink failures.
  • Test script now runs Jest via explicit Node invocation for more reliable VM modules usage.

Full Changelog: v1.1.0...v1.2.0