Releases: alchemy-fr/Zippy
Releases · alchemy-fr/Zippy
1.0.0
0.4.9: Merge pull request #140 from pgodel/feature/symfony4
Allow Symfony 4.0 in composer.json
0.4.8
[0.4.8] - 2017-03-03
Fixed
- #125: Fix invalid paths with relative locations, courtesy of @paulredmond
0.4.7
[0.4.7] - 2017-02-23
Fixed
- #125: Type errors when date time cannot be parsed, courtesy of @joachimdoerr
0.4.6
0.4.5
0.4.4
[0.4.4] - 2016-11-03
Added
- #115: Add an option to override archive type detection in
Zippy::open
, similar toZippy::create
, courtesy of @GiantCowFilms
0.4.3
[0.4.3] - 2016-11-03
Fixed
- #114: Recent versions of TAR trigger errors when using incompatible options (instead of silently ignoring them, see https://lists.gnu.org/archive/html/bug-tar/2016-05/msg00016.html for more information)
0.4.2
Changelog
- #113 Fix issue with FilesystemWriter and missing target directories, courtesy of @mikemeier
0.4.1
Changes
- Remove usage of deprecated test method
getMock
- Use generic teleporter instead of Guzzle specific teleporter
- Deprecate static method
create
on teleporters - Deprecate class
\Alchemy\Zippy\Resource\Teleporter\GuzzleTeleporter
- Deprecate class
\Alchemy\Zippy\Resource\Teleporter\LegacyGuzzleTeleporter
- Deprecate class
\Alchemy\Zippy\Resource\Teleporter\AbstractTeleporter