Skip to content

Releases: jhofm/flysystem-iterator

deprecation, final fixes

25 Dec 18:02
Compare
Choose a tag to compare
  • package deprecated
  • fixed skip root bug
  • prevent filter iterators with path return values
  • removed php 7.1 language features (restore php 7.0 compatibility)
  • added github actions CI
  • updated README

2.2.0

09 Dec 19:29
93aa761
Compare
Choose a tag to compare
  • createIterator() now accepts an optional subdirectory of the filesystem to iterate over
  • additional filesystem metadata can be added to iterator values (akin to the ListWith plugin)
  • the iterators root directory can be excluded when using recursive iteration (still included by default)

2.1.1

02 Dec 08:14
13fd55c
Compare
Choose a tag to compare
  • PHP 7.4 compatibility (thx @SlvrEagle23 )
  • minor readme update

2.1

22 Apr 20:03
0192e06
Compare
Choose a tag to compare
2.1
  • made stacked iterators countable, seekable & jsonserializable
  • combination filters now use variable arguments instead of arrays
  • minimum php version lowered to 7.0 from 7.1
  • more tests

Filters!

20 Apr 18:51
956caff
Compare
Choose a tag to compare
  • Partial rewrite using stacked iteratoriterators
  • Filter support

countable & jsonserializable iterator

13 Apr 19:41
83d864b
Compare
Choose a tag to compare
  • made iterator countable & jsonserializable, because why not?

optional recursion

13 Apr 19:00
d242a8a
Compare
Choose a tag to compare
  • recursion is now optional
  • fixed readme
  • renamed path option value
  • moved directory list init to constructor
  • throw invalidargumentexception when getting unknown option from options

default key option fix

10 Apr 21:21
Compare
Choose a tag to compare
  • default key option was changed from relative path to index

v1.0

10 Apr 21:07
Compare
Choose a tag to compare
v1.0 release