Skip to content

Releases: tj-actions/changed-files

v1.1.2

05 Sep 18:23
81ad4b8
Compare
Choose a tag to compare
  • Updated debug comment.

v1.1.1

05 Sep 12:27
5e2a2f1
Compare
Choose a tag to compare

⚠️ Breaking changes ⚠️

  • Renamed all_changed_files to all_changed_and_modified_files.

Features

  • Added support for detecting deleted files.
  • Update other_changed_files output to also use the separator.

v1.1.0

04 Sep 13:10
1af9ab3
Compare
Choose a tag to compare
  • Resolve error handling forward / and backslash \ separator. Reported By: @adamsilkcm

v1.0.3

03 Sep 13:58
55a857d
Compare
Choose a tag to compare
  • Updated handling of trailing separator

v1.0.2

28 Aug 03:03
62a9200
Compare
Choose a tag to compare
  • Resolved bug parsing filenames with null characters Reported By: @fernandobrito

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