mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-22 01:59:21 +08:00

* Add glob option to ignore hidden files * Use the basename of the file/directory to check for `.` * Ensure the `excludeHiddenFiles` is properly copied * Allow the root directory to be matched * Fix description of `excludeHiddenFiles` * Document Windows hidden attribute limitation * Bump version * `lint` * Document 0.5.0 release * Lint again
952 B
952 B
@actions/glob Releases
0.5.0
- Added
excludeHiddenFiles
option, which is disabled by default to preserve existing behavior #1791: Add glob option to ignore hidden files
0.4.0
- Pass in the current workspace as a parameter to HashFiles #1318
0.3.0
- Added a
verbose
option to HashFiles #1052
0.2.1
- Update
lockfileVersion
tov2
in `package-lock.json #1023
0.2.0
0.1.2
0.1.1
- Update @actions/core version
0.1.0
- Initial release