Releases: umani/changed-files
Releases · umani/changed-files
v4.2.0
What's Changed
- switch action to run on node 20 by @renefritze in #30
Full Changelog: v4.1.0...v4.2.0
v4.1.0
What's Changed
- also output the count of files changed/deleted/created by @renefritze in #29
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #28
New Contributors
- @renefritze made their first contribution in #29
Full Changelog: v4.0.1...v4.1.0
Release v4.0.1
Release v4.0.0
- Simplifies pagination code.
- Adds support for the merge_group workflow trigger.
Release v3.3.0
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
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
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
Adds missing dependencies.
v3.1.0 Release
Add optional pattern to filter file types (#4).
v3.0.1 Release
Fetch all pages of changed files instead of just the first one (#3).