Skip to content

Releases: Ana06/get-changed-files

v2.3.0

23 Feb 07:17
25f79e6
Compare
Choose a tag to compare

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 in added_modified
  • Uses Node 20

Changes

  • Update to Node 20
  • Update dependencies

Raw diff

v2.2.0...v2.3.0

v2.2.0

30 Nov 11:26
e0c398b
Compare
Choose a tag to compare

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 in added_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 in added_modified @Ana06
  • Dependencies update

Raw diff

v2.1.0...v2.2.0

v2.1.0

21 Dec 19:26
a6591c9
Compare
Choose a tag to compare

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 and added_modified. @Ana06
  • Dependencies update

Raw diff

v2.0.0...v2.1.0

v2.0.0

27 Jul 14:45
ea75ed7
Compare
Choose a tag to compare

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

Raw diff

v1.2...v2.0.0

v1.2

04 Jun 11:50
a2f6df8
Compare
Choose a tag to compare

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...v1.2

v1.1

26 May 15:42
45d873a
Compare
Choose a tag to compare

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

Raw diff

v1...v1.1