Skip to content

Releases: moncefplastin07/deno-zip

v1.2.5

23 Jan 19:37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.4...v1.2.5

v1.2.4

06 Aug 07:14
30f0f12
Compare
Choose a tag to compare

What's Changed

  • Use recursive flag in zip command by @arnu515 in #9

New Contributors

Full Changelog: v1.2.3...v1.2.4

v1.2.3

04 Apr 10:38
Compare
Choose a tag to compare

What's Changed

  • Wrap paths in double quotes for Windows decompress by @invalidCards in #8

New Contributors

Full Changelog: v1.2.2...v1.2.3

fix(compress): multi zip error by @jiawei397

23 Nov 10:26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.1...v1.2.2

v1.2.1

16 Aug 06:30
Compare
Choose a tag to compare

fix: compressing command in mac&linux

v1.2.0

15 Aug 14:51
Compare
Choose a tag to compare

feat: add compress functionality
refactor: rename unZipFromFile to decompress
refactor!: remove unZipFromURL function
you can see the full documentation from here

v1.1.1

06 Oct 17:20
Compare
Choose a tag to compare

upgrade to deno std 0.85.0, update the docs and correct some mistakes