Skip to content

Releases: PHPGuus/flysystem-raid

v1.1.2

17 Sep 10:39
Compare
Choose a tag to compare

[1.1.2] - 2019-09-17

Changed

  • Drop support for PHP 7.1

1.1.1

17 Sep 10:37
Compare
Choose a tag to compare

[1.1.1] - 2019-09-17

Changed

  • Drop support for PHP 7.1

1.1.0

17 Sep 09:35
Compare
Choose a tag to compare

[1.1.0] - 2019-09-17

Added

  • Full implementation of the RaidOneAdapter, including code to rebuildArray
    by @PHPGuus
  • Scrutinizer configuration

Changed

  • Updated test suite to match RaidOneAdapter implementation by
    @PHPGuus
  • Updated README.md with shields (from shields.io)

1.0.0

15 Sep 11:42
Compare
Choose a tag to compare

1.0.0

Initial Release

This contains a RAID-1 Flysystem Adapter that has implementations for write(), writeStream(), update(), updateStream(), and rename() methods.