Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@jakubboucek jakubboucek released this 18 Jun 09:33
· 2 commits to master since this release
v2.0.0
763eabc

New features:

  • Improve API,
  • Add support to custom FileHandler or process any stream,
  • Using Generators & clean stream access to save memory,
  • Added tests 🙈

BC breaks:

  • ArchiveReader and FileInfo class removed and replaced with *Reader and File class,
  • File Content now returned as PSR-7 stream (StreamInterface) object.