Skip to content

Releases: usefulness/dependency-tree-diff-action

v2.1.0

17 Feb 14:56
9735473
Compare
Choose a tag to compare

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

Full Changelog: v2...v2.1.0

v2.0.0

26 Jan 21:06
1b290f2
Compare
Choose a tag to compare

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

15 Jan 10:07
7118d2a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.3...v..2.4

v1.2.3

30 Oct 15:04
692de58
Compare
Choose a tag to compare

What's Changed

  • Add workaround for root project (:) passed as project input parameter in #92

Full Changelog: v1.2.2...v1.2.3

v1.2.2

25 Nov 19:06
4306644
Compare
Choose a tag to compare

What's Changed

  • Fix additional : character being prepended when invoking Gradle in #59

Full Changelog: v1.2.1...v1.2.2

v1.2.1

30 Oct 12:53
6181cec
Compare
Choose a tag to compare

What's Changed

  • Fix escaping new lines in Actions output in #56

Full Changelog: v1.2.0...v1.2.1

v1.2.0

30 Oct 08:32
fa07a7b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.4...v1.2.0

v1.1.4

12 Aug 18:37
0e9ca3a
Compare
Choose a tag to compare

What's Changed

  • Fix action run on shallow clone in #45

Full Changelog: v1.1.3...v1.1.4

v1.1.3

11 Aug 07:54
dff4bd2
Compare
Choose a tag to compare

What's Changed

  • Add ability to pass additional arguments to Gradle invocation - #44

Full Changelog: v1.1.2...v1.1.3

v1.1.2

03 Mar 10:47
29f5365
Compare
Choose a tag to compare

Fixed

New Contributors

Full Changelog: v1.1.1...v1.1.2