Skip to content

Releases: LouisBrunner/diff-action

v2.0.0

12 Feb 19:22
e22aacd
Compare
Choose a tag to compare

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

v1.0.0

25 Jan 15:07
14a635f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v1.0.0

Version 0.3.0

26 Oct 11:49
445cb90
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

Use Node 16

08 Nov 12:17
Compare
Choose a tag to compare

Also update dependencies

Security update for dependencies

31 Aug 14:21
Compare
Choose a tag to compare
v0.1.3

chore: various package upgrades

Update dependencies

02 Apr 10:01
Compare
Choose a tag to compare
  • npm audit fix and similar

Add `title` input and reorder tolerances

02 Mar 21:07
Compare
Choose a tag to compare
  • Add optional title used for notifications to distinguish between jobs/workflows
  • Reorder tolerances

Initial release

01 Mar 23:01
Compare
Choose a tag to compare

Initial Release

Perform a diff between two files given a mode and a tolerance, then optionally send notifications