mirror of
https://github.com/dorny/paths-filter.git
synced 2024-11-12 08:38:35 +00:00
4.3 KiB
4.3 KiB
Changelog
v2.11.0
- Set list-files input parameter as not required
- Update Node.js
- Fix incorrect handling of Unicode characters in exec()
- Use Octokit pagination
- Updates real world links
v2.10.2
v2.10.1
v2.10.0
v2.9.3
v2.9.2
v2.9.1
v2.9.0
v2.8.0
v2.7.0
- Add "changes" output variable to support matrix job configuration
- Improved listing of matching files with
list-files: shell
andlist-files: escape
options
v2.6.0
v2.5.3
- Fixed mapping of removed/deleted change status from github API
- Fixed retrieval of all changes via Github API when there are 100+ changes
v2.5.2
- Add support for multiple patterns when using file status
- Use picomatch directly instead of micromatch wrapper
v2.5.1
v2.5.0
v2.4.2
v2.4.0
- Support pushes of tags or when tag is used as base
- Use git log to detect changes from PRs merge commit if token is not available
- Support local execution with act
- Improved processing of repository initial push
- Improved processing of first push of new branch
v2.3.0
- Improved documentation
- Change detection using git "three dot" diff
- Export files matching filter
- Extend filter syntax with optional specification of file status: add, modified, deleted
- Add working-directory input
v2.2.1
v2.2.0
v2.1.0
v2.0.0
- Added support for workflows triggered by push events
- 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
- Adds alternative change detection using git fetch and git diff-index
v1.0.1
Updated dependencies - fixes github security alert
v1.0.0
First official release uploaded to marketplace.