Breaking Change
The default tolerance
is now same
in order to better match the new default mode
which is strict
. By default, this action will act as a strict diff
check. The previous behavior can be done by simply adding tolerance: better
to your script (check README.md for more details).
What's Changed
- feat: introduce strict mode, change defaults and add comprehensive test suite by @LouisBrunner in #17
Full Changelog: v1.0.0...v2.0.0