- Feature: Add a
wildcards
parameter to theoptions
object. Given wildcards are Array (e.g.[ '*.txt', '*.md' ]
).
- Feature: Methods
Zip.add
,Zip.delete
andZip.update
can get either a String or an Array asfiles
parameter.
- Fix: Support for Windows platform.
- Fix: Now support paths with spaces.
- Doc: Fix wrong usage in documentation.
- Feature: Add:
Zip.add
. - Feature: Delete:
Zip.delete
. - Feature: Update:
Zip.update
. - Dependencies: Use
7za
instead of7z
so it is easier to setup on Windows.
- Feature: List contents of archive:
Zip.list
. - Feature: Test integrity of archive:
Zip.test
.
- Initial release.
- Feature: Extract with full paths:
Zip.extractFull
- Feature: Extract:
Zip.extract
.
Dates are in ISO 8601 format (year-month-day)