Skip to content

Releases: kiwilan/php-filelist

v0.1.01

24 Aug 14:48
Compare
Choose a tag to compare

Add alternative to glob for OS like Alpine Linux

v0.1.0

25 Jul 14:33
Compare
Choose a tag to compare

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 use safeOnError() method.
  • withScout() is now withScoutSeeker() because scout-seeker is publish on crates.io.

v0.0.33

13 Jul 08:47
Compare
Choose a tag to compare

Add onlyExtensions() method to parse only files with specific extensions.

v0.0.31

12 Jun 17:04
Compare
Choose a tag to compare

Upgrade scout binary to 0.2.0

v0.0.3

12 Jun 13:34
Compare
Choose a tag to compare

Add toArray() and getArguments() to FileListCommand::class to help for debug

v0.0.2

12 Jun 13:23
Compare
Choose a tag to compare

Add getCommand() to FileList::class to get command output when binary is used.

v0.0.1

30 May 16:04
Compare
Choose a tag to compare
chore: Update .github/workflows/run-tests.yml to remove prefer-lowest…