Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.01 KB

CHANGELOG.md

File metadata and controls

44 lines (27 loc) · 1.01 KB

Changelog

v0.3.0 2015-02-06

  • Feature: Add a wildcards parameter to the options object. Given wildcards are Array (e.g. [ '*.txt', '*.md' ]).

v0.2.0 2014-10-24

  • Feature: Methods Zip.add, Zip.delete and Zip.update can get either a String or an Array as files parameter.

v0.1.3 2014-10-23

  • Fix: Support for Windows platform.

v0.1.2 2014-10-20

  • Fix: Now support paths with spaces.

v0.1.1 2014-08-26

  • Doc: Fix wrong usage in documentation.

v0.1.0 2014-08-26

  • Feature: Add: Zip.add.
  • Feature: Delete: Zip.delete.
  • Feature: Update: Zip.update.
  • Dependencies: Use 7za instead of 7z so it is easier to setup on Windows.

v0.0.2 2014-08-25

  • Feature: List contents of archive: Zip.list.
  • Feature: Test integrity of archive: Zip.test.

v0.0.1 2014-08-25

  • Initial release.
  • Feature: Extract with full paths: Zip.extractFull
  • Feature: Extract: Zip.extract.

Dates are in ISO 8601 format (year-month-day)