Releases: kiwilan/php-filelist
Releases · kiwilan/php-filelist
v0.1.01
v0.1.0
BREAKING CHANGES
- Now
throwOnError()
method is removed. By default,FileList::class
will throw an error if command fails. If you want to ignore the error, you can usesafeOnError()
method. withScout()
is nowwithScoutSeeker()
becausescout-seeker
is publish on crates.io.
v0.0.33
Add onlyExtensions()
method to parse only files with specific extensions.
v0.0.31
Upgrade scout
binary to 0.2.0
v0.0.3
Add toArray()
and getArguments()
to FileListCommand::class
to help for debug
v0.0.2
Add getCommand()
to FileList::class
to get command output when binary is used.
v0.0.1
chore: Update .github/workflows/run-tests.yml to remove prefer-lowest…