Skip to content

Releases: jakubboucek/php-tar-stream-reader

2.0.0

18 Jun 09:33
v2.0.0
763eabc
Compare
Choose a tag to compare

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.