v1.2.0
⚠️ Breaking change
CLI options changed
--verboseCLI option introduced,falseby default, replaces-q, --quietwhich had an opposite functionality.-qis now a shorthand for--qualityinstead of-Q
Added
verboseconfig option (default:false).processAll()stats now include anerrorscount.- New tests for:
- error counting on corrupt images
- verbose log gating behavior
- README docs for the
asciipreprocessor outputs (.txtandsvgsidecars).
Fixed
- Corrupt/unsupported image inputs are now counted as errors without stopping processing of valid files.
- Windows test stability improvements:
- disabled
sharpcache during tests - retry-based fixture cleanup to avoid EBUSY unlink failures.
- disabled
- Test script now runs Jest via explicit Node invocation for more reliable VM modules usage.
Full Changelog: v1.1.0...v1.2.0