Releases: PHPGuus/flysystem-raid
Releases · PHPGuus/flysystem-raid
v1.1.2
[1.1.2] - 2019-09-17
Changed
1.1.1
[1.1.1] - 2019-09-17
Changed
1.1.0
[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
1.0.0
Initial Release
This contains a RAID-1 Flysystem Adapter that has implementations for write()
, writeStream()
, update()
, updateStream()
, and rename()
methods.