Skip to content

Releases: incapption-public/FileSystem

3.0.0

Choose a tag to compare

@Christian-Rinne Christian-Rinne released this 05 Jun 07:28

Breaking Changes

  • PHP requirement bumped from >=7.2 to >=8.1
  • Upgraded league/flysystem from 2.4.5 to 3.34.0
  • Upgraded league/flysystem-aws-s3-v3 from 2.4.3 to 3.34.0
  • getFullPath() now returns ?string instead of string (returns null after __delete())

Improvements

  • Updated tests to be independent of each other (each test has its own setup and teardown)
  • Added negative test for reading a non-existent file
  • Added test for toJson() return value
  • Added test verifying __delete() return value and resetting of $filePath

2.0.1

Choose a tag to compare

@Christian-Rinne Christian-Rinne released this 25 May 09:48

Fixed

  • Fixes __delete function

2.0.0

Choose a tag to compare

@Christian-Rinne Christian-Rinne released this 02 Feb 15:11

Breaking Change

Removed

  • CheckObject
  • Existence Check in Constructor

1.0.6

Choose a tag to compare

@Christian-Rinne Christian-Rinne released this 22 Jun 14:46

Fixed

  • __copy() method now writes / reads stream

1.

1.

Choose a tag to compare

@Christian-Rinne Christian-Rinne released this 16 Jun 14:51

Fixed

  • Extension returns extension without leading dot

1.0.4

Choose a tag to compare

@Christian-Rinne Christian-Rinne released this 16 Jun 14:46

Fixed

  • Readme

Added

  • File existence check

1.0.3

Choose a tag to compare

@Christian-Rinne Christian-Rinne released this 15 Jun 11:46

Fixed

  • __move() method no writes to new location and deletes the old object afterwards

1.0.2

Choose a tag to compare

@Christian-Rinne Christian-Rinne released this 15 Jun 10:56

Fix

  • Order of constructor parameters
  • Readme typo

1.0.1

Choose a tag to compare

@Christian-Rinne Christian-Rinne released this 15 Jun 10:42

Fix

  • Set filePath to public
  • set checkObject() to protected

Added

  • Readme

First Release

Choose a tag to compare

@Christian-Rinne Christian-Rinne released this 14 Jun 21:05
1.0.0

flysystem implemented