Skip to content

Releases: tj-actions/changed-files

v9.3

09 Aug 13:03
2a771ad
Compare
Choose a tag to compare

⚠️ Breaking Change ⚠️

  • Remove deleted files from the all_changed_files output lists which should only return ACMR (Added, Changed, Modified, Renamed) files. Reported by: @ozlotusflare

v9.2

06 Aug 10:15
75933dc
Compare
Choose a tag to compare
  • Dedupe all output files.

v9.1

30 Jul 16:28
2c0d12b
Compare
Choose a tag to compare
  • Updated any_changed boolean output to return true when matching files are deleted.

v9

24 Jul 12:58
7abdbc9
Compare
Choose a tag to compare
  • Updated all_modified_files output to include renamed files. Reported By: @linnea-foreflight
  • Updated any_changed boolean output to return true when matching files are renamed.

v8.9

18 Jul 01:34
675ab58
Compare
Choose a tag to compare
  • Updated action description

v8.8

17 Jul 19:16
8c6f276
Compare
Choose a tag to compare
  • Added the only_changed boolean output for verifying only specific file changes listed in the files input. Reported by: @aleclerc-sonrai
  • Added the other_changed_files output for a list of files that weren't listed in the files input.

v8.7

17 Jul 15:57
d825b1f
Compare
Choose a tag to compare
  • Added the base_sha input to support using a custom target sha. Reported by: @patroza

v8.6

17 Jul 14:59
0bd70b7
Compare
Choose a tag to compare
  • Added files-from-source-file input which populates the files input. Reported by: @Sonic0
  • Resolved 🐛 with duplicate outputs when the same path is used more than once.

v8.5

14 Jul 21:06
0fe67a1
Compare
Choose a tag to compare
  • Added a new sha input which defaults to the current commit sha. Thanks @Kras4ooo

v8.4

27 Jun 11:16
7bfa539
Compare
Choose a tag to compare
  • Added log message grouping