Skip to content

5.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@jszobody jszobody released this 05 Jul 13:06
· 16 commits to 5.x since this release

This is a major refactor based on ZipStream 3.1.

A few backwards compatible breaks:

  1. STS\ZipStream\ZipStream is now STS\ZipStream\Builder. You may need to update some typehints in your code.
  2. STS\ZipStream\ZipStreamFacade is now STS\ZipStream\Facades\Zip. The global Zip alias is still registered.
  3. The config file has been rearranged a bit. If you published the config file you'll need to do that again.

A few ENVs have been renamed:

  1. ZIPSTREAM_FILE_METHOD => ZIPSTREAM_COMPRESSION_METHOD
  2. ZIPSTREAM_FILE_SANITIZE => ZIPSTREAM_ASCII_FILENAMES