2.3.0

dmtrKovalenko/odiff2.3.0May 22, 2021by dmtrKovalenko

AI Summary

This release introduces support for detecting anti-aliasing artifacts in visual regression testing, alongside a fix for a relocation error.

Key Highlights

  • Added antialiasing detection feature.
  • CLI flag `--antialiasing` added.
  • Node.js option `{ antialiasing: true }` added.
  • Fixed esy 'path is too deep to relocate' error.

New Features

  • Antialiasing detection
  • Antialiasing CLI flag
  • Antialiasing Node.js option

Full Release Notes

This release comes with **Anti-aliasing** detection support.

## Features
* Antialiasing detection. Use `--antialiasing` or `{ antialiasing: true }` for node.js to enable 

## Fixes
* Fix esy error that "path is too deep to relocate"