2.2.0
dmtrKovalenko/odiff2.2.0Apr 23, 2021by dmtrKovalenko
AI Summary
This release improves library linking and introduces detailed diff statistics, including percentages, to both the CLI and Node.js bindings.
Key Highlights
- Better C libraries linking.
- Added diff percentage to CLI output.
- Return diffCount and diffPercentage in Node.js bindings.
- Fixed Windows CI Esy prefix path error.
New Features
- Diff percentage in CLI output
- diffCount and diffPercentage in Node.js bindings
Full Release Notes
Please welcome our new collaborator @eWert-Online 🎉. He already committed several great features to odiff and we are in the progress of building the fastest Anti-aliasing detection for your visual regression :) ## Features * Better c libraries linking (#20) * Add diff percentage to CLI output (#24) * Return diffCount and diffPercentage in nodejs bindings (#32) ## Fixes * Windows CI error: Esy prefix path is too deep in the filesystem, Esy won't be able to relocate artifacts (#30) * Typing for diffColor option (#19)