2020-01-14 11:58:44 -05:00
# @actions/glob Releases
2026-01-29 13:30:54 -05:00
## 0.6.1
- Fix a bad import for `minimatch`
2026-01-29 10:41:33 -05:00
## 0.6.0
- **Breaking change**: Package is now ESM-only
- CommonJS consumers must use dynamic `import()` instead of `require()`
## 0.5.1
2026-01-27 14:15:50 -05:00
- Bump `@actions/core` to `2.0.3`
2026-01-29 10:41:33 -05:00
## 0.5.0
2024-08-15 17:13:49 -04:00
- Added `excludeHiddenFiles` option, which is disabled by default to preserve existing behavior [#1791: Add glob option to ignore hidden files ](https://github.com/actions/toolkit/pull/1791 )
2026-01-29 10:41:33 -05:00
## 0.4.0
2023-01-25 09:23:29 -05:00
- Pass in the current workspace as a parameter to HashFiles [#1318 ](https://github.com/actions/toolkit/pull/1318 )
2026-01-29 10:41:33 -05:00
## 0.3.0
2022-04-18 15:49:18 -04:00
- Added a `verbose` option to HashFiles [#1052 ](https://github.com/actions/toolkit/pull/1052/files )
2026-01-29 10:41:33 -05:00
## 0.2.1
- Update `lockfileVersion` to `v2` in `package-lock.json` [#1023 ](https://github.com/actions/toolkit/pull/1023 )
## 0.2.0
2022-03-16 11:24:24 -07:00
2021-06-07 15:09:34 -04:00
- [Added the hashFiles function to Glob ](https://github.com/actions/toolkit/pull/830 )
- [Added an option to filter out directories ](https://github.com/actions/toolkit/pull/728 )
2026-01-29 10:41:33 -05:00
## 0.1.2
2020-01-14 11:58:44 -05:00
2021-05-21 15:50:31 -04:00
- [Fix bug where files were matched incorrectly ](https://github.com/actions/toolkit/pull/805 )
2020-11-13 16:51:15 -05:00
2026-01-29 10:41:33 -05:00
## 0.1.1
2020-11-13 16:51:15 -05:00
2021-05-21 15:50:31 -04:00
- Update @actions/core version
2026-01-29 10:41:33 -05:00
## 0.1.0
2021-05-21 15:50:31 -04:00
2026-01-29 10:41:33 -05:00
- Initial release