Releases: LouisBrunner/diff-action
Releases · LouisBrunner/diff-action
v2.2.0
What's Changed
- feat: improve notify_issue to be able to choose when the comment is created by @LouisBrunner in #29
Full Changelog: v2.1.0...v2.2.0
v2.1.0
What's Changed
- chore: Bump undici from 5.28.2 to 5.28.3 by @dependabot in #18
- chore: Bump undici from 5.28.3 to 5.28.4 by @dependabot in #19
- chore: Bump braces from 3.0.2 to 3.0.3 by @dependabot in #20
- feat: add support for sticky comment notifications by @LouisBrunner in #22
- chore: Bump actions/checkout from 1 to 4 in the actions-deps group by @dependabot in #23
- chore: Bump the minor-updates group with 7 updates by @dependabot in #25
- chore(deps): move to biome and upgrade dependencies by @LouisBrunner in #26
Full Changelog: v2.0.0...v2.1.0
v2.0.0
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
Version 0.3.0
What's Changed
- Bump json5 from 2.2.1 to 2.2.3 by @dependabot in #10
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #11
- chore(deps): update all dev deps and use supported version of ncc by @LouisBrunner in #12
- chore: Bump @babel/traverse from 7.20.1 to 7.23.2 by @dependabot in #13
- feat: improve markdown output by @LouisBrunner in #14
Full Changelog: v0.2.0...v0.3.0
Use Node 16
Also update dependencies
Security update for dependencies
v0.1.3 chore: various package upgrades
Update dependencies
npm audit fix
and similar
Add `title` input and reorder tolerances
- Add optional
title
used for notifications to distinguish between jobs/workflows - Reorder
tolerance
s
Initial release
Initial Release
Perform a diff between two files given a mode and a tolerance, then optionally send notifications