Skip to content

Releases: annexare/PackDir

Add zipOutputMaxBuffer

30 Nov 09:32
Compare
Choose a tag to compare
  • zipOutputMaxBuffer param.

Support 2b unicode characters in paths

02 Sep 16:33
Compare
Choose a tag to compare

Due to double byte unicode characters in paths which Zip/UnZip doesn't handle, came back to 7zip.

Added `skipDirName` param

13 Jul 14:24
Compare
Choose a tag to compare
  • skipDirName param (true by default)
  • Jest CLI upgrade

Pack hidden files on Windows

31 May 10:45
Compare
Choose a tag to compare

Added flag to have all hidden files packed on Windows as well.

Support running within Electron + ASAR

11 May 23:04
Compare
Choose a tag to compare
  • Windows: use execFile() for zip.exe to be able to run within Electron + ASAR
  • Windows CI: avoid using buggy version of Jest within VMs
  • Windows: updated zip.exe dependency
  • Windows: correct file path args escaping
  • Updated tests

Exec args: switch from quotes to escaping

10 May 21:10
Compare
Choose a tag to compare
  • Args escaping for exec solves problems with some paths

Async calls callback

10 May 17:00
Compare
Choose a tag to compare
  • Callback for async packaging
  • Updated tests

Zip: pack directory contents

10 May 13:06
Compare
Choose a tag to compare
  • Zip: avoid extra sub-dir when packing
  • Handle non-existent path gracefully

CI: Travis, AppVeyor

03 May 17:46
Compare
Choose a tag to compare
v0.2.1

v0.2.1

ES6 class, unit tests, extraction, Zip instead of 7z

03 May 15:24
Compare
Choose a tag to compare
  • ES6 class
  • Unit tests (Jest) with coverage for the most of code (90%)
  • Windows fall back: Zip/UnZip