Releases: thebrowsercompany/gha-google-bloaty
Releases · thebrowsercompany/gha-google-bloaty
Handle a large number of input files gracefully
This release fixes a bug where passing input file globs that expand into a hundreds or thousands of files causes xargs to fall over. We replaced xargs with a for loop instead.
What's Changed
- Don't use xargs by @kendalharland in #2
Full Changelog: v1.1.0...v1.1.1
Support input filenames and glob patterns
What's Changed
- This release adds a
bloaty-input-files
input which accepts filenames like/path/to/file.txt
and any recursive glob patterns that are supported by theglobstar
option in Bash 4 and newer versions, such as/path/to/**/*.txt
New Contributors
- @kendalharland made their first contribution in #1
Full Changelog: v1...v1.1.1
Release v1.0.0
First release. It only includes support for building on Windows.