Skip to content

Releases: alchemy-fr/Zippy

0.4.0

19 Jul 15:31
Compare
Choose a tag to compare

Changes

  • #106: Improve PHPDoc comments (thanks @GoktugOzturk)
  • #107: Alias Resource as ZippyResource in order to prepare for PHP7 compatibility (thanks @GoktugOzturk)
  • #109: Adds Resource::getResource method to extract original resource
  • #110: Fixes issue with non string resources (thanks @mikemeyer)
  • Rewrite of the teleporters to allow usage of the new Guzzle library (v4 and up)

0.3.5

16 Feb 07:47
Compare
Choose a tag to compare

CHANGELOG

  • Fixes #100: Some characters are dropped from UTF-8 filenames

0.3.4

02 Feb 12:12
Compare
Choose a tag to compare

CHANGELOG

  • Fixes #98 by adding the "mbstring" extension as a platform requirement in composer.json

0.3.3

27 Jan 14:52
Compare
Choose a tag to compare

CHANGELOG

  • Fixes #96 by enabling overwrite of existing destination files when extracting single archive members

0.3.2

12 Jan 11:41
Compare
Choose a tag to compare

CHANGELOG

  • Fixes #93: it was not possible to add files in subfolders on Windows platforms

0.3.1

15 Dec 11:30
Compare
Choose a tag to compare

CHANGELOG

  • Fixes #86 by allowing to specify a custom date format on output parser

0.3.0

15 Dec 11:08
Compare
Choose a tag to compare

CHANGELOG

  • Uses PSR-4 autoloading - thanks to @afurculita
  • Removes dependency to Pimple
  • Makes dependency to Guzzle optional (only required if you need to fetch remote archives) - thanks to @afurculita
  • Improves testing process (allows easier local testing)

0.2.1

10 Dec 15:05
Compare
Choose a tag to compare

CHANGELOG

  • Fix strategy implementation
  • Add .gitattribute to limit package size

0.2.0

04 Apr 16:27
Compare
Choose a tag to compare

CHANGELOG

  • Fix the use of "teleporter" for local files
  • Fix adding a new file using tar adapter ( --append option )
  • Allow all adapters to be instantiated even if they are not supported
  • Move support detection logic in distinct classes
  • Add support for archives relative path
  • Use Symfony Process working directory instead of changing working directory
  • Archive in context when a single resource is added