Skip to content

Releases: q2s2t/node-7z

v3.0.0

12 Jul 21:10
Compare
Choose a tag to compare

3.0.0 (2021-07-11)

BREAKING CHANGE

  • Drop cross-spawn in favor of Node.js spawn

Changes

  • feat: Do not build string switch with falsy values #102 (b7f799c), closes #102
  • feat: Hides cmd on Windows #89 (e955111), closes #89
  • ci: Ignore a test du to mismatch 7z versions (48a74d6)
  • test: Don't test dates because AppVeyor changes them (f05d6e2)
  • test: Mark as executable (NTFS removed it) (6e35dfe)
  • test: Remove redundant error code checking (80f22f5)
  • dist: VSCode workspace (e91e7d4)
  • chore: Ignore .exe used for local testing (1305071)
  • chore(deps): bump glob-parent from 5.1.1 to 5.1.2 (59f83ee)
  • chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9 (f9746d0)
  • chore(deps): bump lodash from 4.17.20 to 4.17.21 (0bf9517)
  • chore(deps): bump y18n from 4.0.0 to 4.0.1 (f30d5b4)
  • doc: Fix options table parsing (9e6ded4)
  • doc: Fix typos (801a79b)
  • Fixed typo (a16d499)

v2.0.3

27 Oct 21:41
Compare
Choose a tag to compare
v2.0.3

v1.0.0

05 Dec 21:13
Compare
Choose a tag to compare
  • Complete rewrite

v0.3.0

06 Feb 12:47
Compare
Choose a tag to compare

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

24 Oct 16:08
Compare
Choose a tag to compare

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

23 Oct 18:17
Compare
Choose a tag to compare

v0.1.3 2014-10-23

  • Support for Windows platform.

v0.1.2

23 Oct 06:43
Compare
Choose a tag to compare

v0.1.2 2014-10-20

  • Fix: Now support paths with spaces.

v0.1.1

23 Oct 06:42
Compare
Choose a tag to compare

v0.1.1 2014-08-26

  • Doc: Fix wrong usage in documentation.

v0.1.0

26 Aug 12:16
Compare
Choose a tag to compare
  • 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

25 Aug 13:37
Compare
Choose a tag to compare
  • Feature: List contents of archive: Zip.list.
  • Feature: Test integrity of archive: Zip.test.