Skip to content

Releases: umani/changed-files

v4.2.0

22 Apr 17:50
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.0...v4.2.0

v4.1.0

12 Oct 22:47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.1...v4.1.0

Release v4.0.1

21 Mar 02:48
Compare
Choose a tag to compare

What's Changed

  • feat: add changed output by @fty4 in #26

Full Changelog: v4.0.0...v4.0.1

Release v4.0.0

05 Sep 02:48
Compare
Choose a tag to compare
  • Simplifies pagination code.
  • Adds support for the merge_group workflow trigger.

Release v3.3.0

25 Aug 15:18
1d252c6
Compare
Choose a tag to compare

Adds an input option to control the result encoding (JSON-encoded array or space-separated string), and fixes a bug with pagination.

v3.2.1 Release

21 Apr 00:29
4a626ae
Compare
Choose a tag to compare

Fixed the main action file not being found due to us changing the way the release is prepared: lib/main.js -> dist/index.js

v3.2.0 Release

19 Apr 21:08
d5d036f
Compare
Choose a tag to compare

Allows specifying the PR number as an input for cases where the action runs outside the context of a PR event (#8).

v3.1.1 Release

28 Mar 15:50
186b5b3
Compare
Choose a tag to compare

Adds missing dependencies.

v3.1.0 Release

25 Mar 19:26
91baf91
Compare
Choose a tag to compare

Add optional pattern to filter file types (#4).

v3.0.1 Release

19 Feb 13:24
b4ef6fe
Compare
Choose a tag to compare

Fetch all pages of changed files instead of just the first one (#3).