Skip to content

Releases: marvin255/file-system-helper

v6.0.1

22 Aug 20:39
54de51b

Choose a tag to compare

What's Changed

  • Update infection/infection requirement from ^0.29 to ^0.29 || ^0.30 by @dependabot[bot] in #22
  • Update composer libs versions by @marvin255 in #24

New Contributors

Full Changelog: v6.0.0...v6.0.1

v6.0.0

10 May 22:19
08892e5

Choose a tag to compare

What's Changed

Full Changelog: v5.0.2...v6.0.0

v5.0.2

08 Jun 13:15
7b83751

Choose a tag to compare

What's Changed

Full Changelog: v5.0.1...v5.0.2

Libs update

19 Aug 17:03
3c66afb

Choose a tag to compare

  • Update phpUnit to v10
  • Update infection to v0.27

createDirectoryIterator method

15 Mar 17:06
c3c5c14

Choose a tag to compare

  • Split createDirectoryIterator method from iterateDirectory.

Update psalm

04 Jan 13:52
a1d0b36

Choose a tag to compare

  • Update psalm to version 5.

Small refactoring

01 Jan 12:40
f32cba7

Choose a tag to compare

  • Add PathHelper.

Infection framework

08 Oct 09:22
f212621

Choose a tag to compare

  • Add Infection framework.
  • Fix tests after infection run.
  • Set 8.1 as minimal php version.

Add makeFileInfo method

12 Jun 11:08
af503e1

Choose a tag to compare

  • Add FileSystemHelper::makeFileInfo method which allows to convert any input data to SplFileInfo object.

PHP 8.1

11 Mar 09:17
6775323

Choose a tag to compare

  • Add fixes for PHP 8.1 compatibility.