Releases: Ana06/get-changed-files
v2.3.0
This project is a fork of jitterbit/get-changed-files, which:
- Supports
pull_request_target
- Allows to filter files using regular expressions
- Removes the ahead check
- Considers renamed modified files as modified
- Adds
added_modified_renamed
that includes renamed non-modified files and all files inadded_modified
- Uses Node 20
Changes
- Update to Node 20
- Update dependencies
Raw diff
v2.2.0
This project is a fork of jitterbit/get-changed-files, which:
- Supports
pull_request_target
- Allows to filter files using regular expressions
- Removes the ahead check
- Considers renamed modified files as modified
- Adds
added_modified_renamed
that includes renamed non-modified files and all files inadded_modified
- Removes node12 deprecation warnings
Changes
- Removes node12 deprecation warnings @nogara @alaeddine-13
- Adds
added_modified_renamed
that includes renamed non-modified files and all files inadded_modified
@Ana06 - Dependencies update
Raw diff
v2.1.0
This project is a fork of https://github.com/jitterbit/get-changed-files, which supports pull_request_target
, allow to filter files using regular expressions, removes the ahead check and considers renamed modified files as modified.
Changes
- Renamed files that are also modified are included in
renamed
,modified
andadded_modified
. @Ana06 - Dependencies update
Raw diff
v2.0.0
This project is a fork of https://github.com/jitterbit/get-changed-files, which supports pull_request_target
, allow to filter files using glob filters and removes the ahead check. Thanks to @rnsc, @micalevisk and @agraul for their code, ideas and code reviews.
Changes
- Implement files filtering using glob filters, using GitHub like syntax. This allow to include/exclude files. #2 @rnsc
- Dependencies update
Raw diff
v1.2
This project is a fork of https://github.com/jitterbit/get-changed-files, which supports pull_request_target
, allow to filter files using regular expressions and removes the ahead check.
Changes
- Remove head commit is ahead of the base commit check @sargunv
Raw diff
v1.1
This project is a fork of https://github.com/jitterbit/get-changed-files, which supports pull_request_target
and allow to filter files using regular expressions.
Changes
- Allow to filter files using regular expressions @rmed19
- Support pull_request_target @Ana06
- Fix tests @Ana06