Skip to content

Releases: raulfraile/distill

v0.9.10

15 Dec 08:07
Compare
Choose a tag to compare
  • Allow to use components from Symfony 3

v0.9.9

17 Oct 06:42
Compare
Choose a tag to compare
  • Fix extracting in the current directory
  • hhvm and PHP7 checks in Travis
  • Bugfixes

v0.9.8

23 Dec 07:55
Compare
Choose a tag to compare
  • Fixed issue with the native tar extractor when directories are not present in the file

v0.9.7

22 Dec 23:16
Compare
Choose a tag to compare
  • Fixed bug with case-sensitive OS.
  • Minor fixes and improvements.

v0.9.6

20 Dec 11:07
Compare
Choose a tag to compare
  • General improvements and bug fixes.
  • Improved the test suite.

v0.9.5

18 Dec 23:13
Compare
Choose a tag to compare
  • Improved test suite.
  • Bug fixes.

v0.9.4

14 Dec 16:03
Compare
Choose a tag to compare
  • Added support for several formats: .ar, .deb, .cpio and .shar

v0.9.3

14 Dec 00:53
Compare
Choose a tag to compare
  • Support for chained extraction (e.g. file.zip.rar.xz.gz).
  • Extract gzip files using the zlib extension.
  • Extract bzip2 files using the bzip2 extension.

v0.9.2

11 Dec 23:16
Compare
Choose a tag to compare
  • Improved format checking process in 7zip
  • Added additional formats

v0.9.1

08 Dec 16:00
Compare
Choose a tag to compare
  • Improved test suite
  • Support for JAR files
  • Minor fixes