Skip to content
Compare
Choose a tag to compare
@LouisBrunner LouisBrunner released this 12 Feb 19:22
· 2 commits to main since this release
e22aacd

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