Skip to content

Latest commit

 

History

History
45 lines (22 loc) · 1.25 KB

CHANGELOG.md

File metadata and controls

45 lines (22 loc) · 1.25 KB

Changelog

1.6

  • (bug) Fixes bug where file_filter was returning all changed lines.

1.5

  • (feature) Filter output by file type.

1.4

  • (bug) Fix a bug that was causing a 'patch_array' referenced before assignment error.

1.3

  • (bug) Ignore deleted files in a PR.

1.2

  • (bug) Account for entries with no patch data: When a diff is too large to display in the PR, GitHub doesn't provide the patch, so there's no way to grab the modified lines. Entries that don't contain patch data are now skipped.

1.1

  • (bug) Account for entries with no additions: Entries that didn't include additions would cause the action to fail. Entries with no additions are now skipped.

1

  • (feature) Adds output for filenames only (changed_filenames).
  • (feature) Adds a delimiter input for the changed_filenames output.