Releases: GrantBirki/git-diff-action
v2.7.0
What's Changed
This release adds a minor change to how we pass the "search path" into the git binary when issuing commands. --
is used to separate the rest of the command from the search file path in order to prevent errors from being raised in the event that a user provides a search path that starts with a hyphen (-
) and other edge cases.
New Contributors
Full Changelog: v2.6.1...v2.7.0
v2.6.1
What's Changed
This release mainly just updates internal node dependencies used by this Action
- General Updates by @GrantBirki in #31
Full Changelog: v2.6.0...v2.6.1
v2.6.0
What's Changed
This release updates internal node dependencies used by this Action, adds 100% test coverage, and updates the Actions output to look a bit better.
- Complete test coverage by @GrantBirki in #27
- Node package updates by @GrantBirki in #28
- Pretty output formatting by @GrantBirki in #29
Full Changelog: v2.5.0...v2.6.0
v2.5.0
What's Changed
Added git_options
and git_diff_file
as new input options for the action
git_options
will allow you to pass specific CLI flags to thegit
binary when runninggit diff
git_diff_file
will allow you to bypass generating a git diff in the Action and instead you can provide a file path to a git diff that you already generated to use instead
- Git diff improvements by @GrantBirki in #26
Full Changelog: v2.4.1...v2.5.0
v2.4.1
What's Changed
Internal node dependency updates and CI version updates
- General Dependency Updates by @GrantBirki in #25
Full Changelog: v2.4.0...v2.4.1
v2.4.0
v2.3.0
v2.2.0
What's Changed
- Bump @babel/traverse from 7.22.17 to 7.23.3 by @dependabot in #20
- Package Updates by @GrantBirki in #21
Full Changelog: v2.1.1...v2.2.0
v2.1.1
What's Changed
- Update json-yaml-validate.yml by @GrantBirki in #18
- upgrade to node20 by @GrantBirki in #19
Full Changelog: v2.1.0...v2.1.1
v2.1.0
v2.1.0
What's Changed
- Bump tough-cookie from 4.1.2 to 4.1.3 by @dependabot in #12
- Attempt to provide workaround to issue #13 - large diffs by @LPLabrys99 in #14
- Updates by @GrantBirki in #15
- node package updates by @GrantBirki in #17
New Contributors
- @dependabot made their first contribution in #12
- @LPLabrys99 made their first contribution in #14
Full Changelog: v2.0.1...v2.1.0