Releases: usefulness/dependency-tree-diff-action
Releases · usefulness/dependency-tree-diff-action
v2.1.0
What's Changed
- Added new outputs:
outputs.file-diff
- path to a file containing the raw diff output
outputs.file-dependencies-head
- path to a file containing dependencies dump from currently checked out ref
outputs.file-dependencies-base
- path to a file containing dependencies dump from pull request base (github.base_ref
)
If you relied on existing internal behavior to capture tool's inputs, this release will contain breaking changes, as the input files have been renamed to dependency-tree-diff_dependencies-head.txt
and dependency-tree-diff_dependencies-base.txt
New Contributors
- @TWiStErRob made their first contribution in #116
Full Changelog: v2...v2.1.0
v2.0.0
What's Changed
- Change HEAD to original after execution instead of staying on INPUT_BASEREF by @ntsk - #106
- The tool will now (by default) attempt to fetch latest dependency-tree-diff version - #105
Usage:
- id: dependency-diff
uses: usefulness/dependency-tree-diff-action@v2
with:
lib-version: 'latest'
- The action is now compatible with Windows runners
Full Changelog: v1.2.4...v2.0.0
v1.2.4
v1.2.3
What's Changed
- Add workaround for root project (
:
) passed asproject
input parameter in #92
Full Changelog: v1.2.2...v1.2.3
v1.2.2
What's Changed
- Fix additional
:
character being prepended when invoking Gradle in #59
Full Changelog: v1.2.1...v1.2.2
v1.2.1
v1.2.0
v1.1.4
v1.1.3
What's Changed
- Add ability to pass additional arguments to Gradle invocation - #44
Full Changelog: v1.1.2...v1.1.3
v1.1.2
Fixed
- Use "git switch" instead of "git checkout" by @k-kagurazaka in #30
New Contributors
- @k-kagurazaka made their first contribution in #30
Full Changelog: v1.1.1...v1.1.2