Nette Finder Versions Save

🔍 Finder: find files and directories with an intuitive API.

v3.0.0

1 year ago

The library has been moved to the nette/utils

v2.6.0

1 year ago
  • Countable is deprecated (BC break)
  • extension method are deprecated (BC break)

v2.5.4

1 year ago
  • improved phpDoc
  • variadics accepts named parameters

v2.5.3

2 years ago
  • add @implements (#14)

v2.5.2

3 years ago
  • composer: allows nette/utils ^3.0

For the details you can have a look at the diff.

v2.5.1

4 years ago
  • Finder: fixed extension method fallback #11

For the details you can have a look at the diff.

v2.5.0

5 years ago
  • requires PHP 7.1
  • uses declare(strict_types=1)
  • uses PHP 7.1 scalar and return type hints
  • extension methods are implemented independently on ObjectMixin (BC break)

v2.4.2

5 years ago
  • Revert "composer: accepts nette 3.0"

For the details you can have a look at the diff.

v2.4.1

6 years ago
  • supports PHP up to 7.2
  • coding style: fixes, lowercase true/false/null
  • variadics methods accepts no arguments #5
  • folder /Finder renamed to /Utils
  • composer: accepts nette 3.0
  • @return self -> static

For the details you can have a look at the diff.

v2.4.0

7 years ago
  • requires PHP 5.6
  • uses Nette\SmartObject with explicit support for extension methods

For the details you can have a look at the diff.