2020-06-19 21:39:06 +00:00
|
|
|
# Changelog
|
|
|
|
|
2022-10-11 22:00:32 +00:00
|
|
|
## v2.11.0
|
|
|
|
- [Set list-files input parameter as not required](https://github.com/dorny/paths-filter/pull/157)
|
|
|
|
- [Update Node.js](https://github.com/dorny/paths-filter/pull/161)
|
|
|
|
- [Fix incorrect handling of Unicode characters in exec()](https://github.com/dorny/paths-filter/pull/162)
|
|
|
|
- [Use Octokit pagination](https://github.com/dorny/paths-filter/pull/163)
|
|
|
|
- [Updates real world links](https://github.com/dorny/paths-filter/pull/160)
|
|
|
|
|
2021-06-14 08:39:12 +00:00
|
|
|
## v2.10.2
|
|
|
|
- [Fix getLocalRef() returns wrong ref](https://github.com/dorny/paths-filter/pull/91)
|
|
|
|
|
2021-04-19 20:35:26 +00:00
|
|
|
## v2.10.1
|
|
|
|
- [Improve robustness of change detection](https://github.com/dorny/paths-filter/pull/85)
|
|
|
|
|
2021-04-11 19:48:05 +00:00
|
|
|
## v2.10.0
|
|
|
|
- [Add ref input parameter](https://github.com/dorny/paths-filter/pull/82)
|
|
|
|
- [Fix change detection in PR when pullRequest.changed_files is incorrect](https://github.com/dorny/paths-filter/pull/83)
|
|
|
|
|
2021-03-25 23:14:59 +00:00
|
|
|
## v2.9.3
|
|
|
|
- [Fix change detection when base is a tag](https://github.com/dorny/paths-filter/pull/78)
|
|
|
|
|
2021-03-09 21:01:10 +00:00
|
|
|
## v2.9.2
|
|
|
|
- [Fix fetching git history](https://github.com/dorny/paths-filter/pull/75)
|
|
|
|
|
2021-03-08 16:10:14 +00:00
|
|
|
## v2.9.1
|
|
|
|
- [Fix fetching git history + fallback to unshallow repo](https://github.com/dorny/paths-filter/pull/74)
|
|
|
|
|
2021-02-20 10:28:11 +00:00
|
|
|
## v2.9.0
|
|
|
|
- [Add list-files: csv format](https://github.com/dorny/paths-filter/pull/68)
|
|
|
|
|
2021-01-29 19:10:42 +00:00
|
|
|
## v2.8.0
|
|
|
|
- [Add count output variable](https://github.com/dorny/paths-filter/pull/65)
|
|
|
|
- [Fix log grouping of changes](https://github.com/dorny/paths-filter/pull/61)
|
|
|
|
|
2020-12-17 21:51:53 +00:00
|
|
|
## v2.7.0
|
|
|
|
- [Add "changes" output variable to support matrix job configuration](https://github.com/dorny/paths-filter/pull/59)
|
|
|
|
- [Improved listing of matching files with `list-files: shell` and `list-files: escape` options](https://github.com/dorny/paths-filter/pull/58)
|
|
|
|
|
2020-11-22 20:17:07 +00:00
|
|
|
## v2.6.0
|
|
|
|
- [Support local changes](https://github.com/dorny/paths-filter/pull/53)
|
|
|
|
|
2020-11-13 17:55:57 +00:00
|
|
|
## v2.5.3
|
2020-11-13 19:15:41 +00:00
|
|
|
- [Fixed mapping of removed/deleted change status from github API](https://github.com/dorny/paths-filter/pull/51)
|
2020-11-13 17:55:57 +00:00
|
|
|
- [Fixed retrieval of all changes via Github API when there are 100+ changes](https://github.com/dorny/paths-filter/pull/50)
|
|
|
|
|
2020-11-08 23:36:08 +00:00
|
|
|
## v2.5.2
|
|
|
|
- [Add support for multiple patterns when using file status](https://github.com/dorny/paths-filter/pull/48)
|
|
|
|
- [Use picomatch directly instead of micromatch wrapper](https://github.com/dorny/paths-filter/pull/49)
|
|
|
|
|
2020-10-23 10:33:44 +00:00
|
|
|
## v2.5.1
|
|
|
|
- [Improved path matching with micromatch](https://github.com/dorny/paths-filter/pull/46)
|
|
|
|
|
2020-10-16 10:28:12 +00:00
|
|
|
## v2.5.0
|
|
|
|
- [Support workflows triggered by any event](https://github.com/dorny/paths-filter/pull/44)
|
|
|
|
|
2020-10-06 11:40:13 +00:00
|
|
|
## v2.4.2
|
2020-10-06 11:38:18 +00:00
|
|
|
- [Fixed compatibility with older (<2.23) versions of git](https://github.com/dorny/paths-filter/pull/42)
|
|
|
|
|
2020-09-29 22:32:49 +00:00
|
|
|
## v2.4.0
|
|
|
|
- [Support pushes of tags or when tag is used as base](https://github.com/dorny/paths-filter/pull/40)
|
|
|
|
- [Use git log to detect changes from PRs merge commit if token is not available](https://github.com/dorny/paths-filter/pull/40)
|
|
|
|
- [Support local execution with act](https://github.com/dorny/paths-filter/pull/40)
|
|
|
|
- [Improved processing of repository initial push](https://github.com/dorny/paths-filter/pull/40)
|
|
|
|
- [Improved processing of first push of new branch](https://github.com/dorny/paths-filter/pull/40)
|
|
|
|
|
|
|
|
|
2020-09-14 15:19:32 +00:00
|
|
|
## v2.3.0
|
|
|
|
- [Improved documentation](https://github.com/dorny/paths-filter/pull/37)
|
|
|
|
- [Change detection using git "three dot" diff](https://github.com/dorny/paths-filter/pull/35)
|
|
|
|
- [Export files matching filter](https://github.com/dorny/paths-filter/pull/32)
|
|
|
|
- [Extend filter syntax with optional specification of file status: add, modified, deleted](https://github.com/dorny/paths-filter/pull/22)
|
2020-09-14 15:22:51 +00:00
|
|
|
- [Add working-directory input](https://github.com/dorny/paths-filter/pull/21)
|
2020-09-14 15:19:32 +00:00
|
|
|
|
2020-08-13 19:55:56 +00:00
|
|
|
## v2.2.1
|
|
|
|
- [Add support for pull_request_target](https://github.com/dorny/paths-filter/pull/29)
|
|
|
|
|
2020-06-24 19:53:31 +00:00
|
|
|
## v2.2.0
|
|
|
|
- [Improve change detection for feature branches](https://github.com/dorny/paths-filter/pull/16)
|
|
|
|
|
2020-06-19 21:39:06 +00:00
|
|
|
## v2.1.0
|
|
|
|
- [Support reusable paths blocks with yaml anchors](https://github.com/dorny/paths-filter/pull/13)
|
|
|
|
|
|
|
|
## v2.0.0
|
|
|
|
- [Added support for workflows triggered by push events](https://github.com/dorny/paths-filter/pull/10)
|
|
|
|
- Action and repository renamed to paths-filter - original name doesn't make sense anymore
|
|
|
|
|
|
|
|
## v1.1.0
|
|
|
|
- [Allows filters to be specified in own .yml file](https://github.com/dorny/paths-filter/pull/8)
|
|
|
|
- [Adds alternative change detection using git fetch and git diff-index](https://github.com/dorny/paths-filter/pull/9)
|
|
|
|
|
|
|
|
## v1.0.1
|
|
|
|
Updated dependencies - fixes github security alert
|
|
|
|
|
|
|
|
## v1.0.0
|
2020-09-14 15:19:32 +00:00
|
|
|
First official release uploaded to marketplace.
|