All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Honor last-modified timestamps set via
ZipStream\Option\File::setTime()
(#106) - Documentation regarding output of HTTP headers
- Test warnings with PHPUnit (#109)
- Test for FileNotReadableException (#114)
- Size attribute to File options (#113)
- Tests on PHP 7.3 (#108)
- Mininum PHP version is now 7.1
- Options are now passed to the ZipStream object via the Option\Archive object. See the wiki for available options and code examples
- Add large file support with Zip64 headers
- Major refactoring and code cleanup