Skip to content

Tags: node-modules/compressing

Tags

v2.0.0

Toggle v2.0.0's commit message
Release 2.0.0 [skip ci] ## 2.0.0 (2025-08-09) * fix: impl _final method instead hack pipe event (#114) ([ba52b7b](ba52b7b)), closes [#114](#114) * feat: remove `pump` and raise minimum node to v18 (#113) ([8ac1164](8ac1164)), closes [#113](#113) ### BREAKING CHANGE * Drop Node.js < 18 support Node.js 4 is long EOL, so this PR raises it to 18 as per comment. Node 10 has built-in `stream.pipeline` and `fs.mkdir` with `recursive` option, which can be used instead of `pump` (they are the same). Also 3 tests fail for me but they fail on main branch as well (timeout) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Replaced the external stream piping utility with the native Node.js stream API throughout the codebase and tests. * Updated documentation examples to reflect the new usage of the native stream API. * Replaced external directory creation utilities with native Node.js directory creation methods using recursive options. * Removed obsolete dependencies and increased the minimum required Node.js version to 18.0.0. <!-- end of auto-generated comment: release notes by coderabbit.ai -->

v1.10.3

Toggle v1.10.3's commit message
Release 1.10.3 [skip ci] ## [1.10.3](v1.10.2...v1.10.3) (2025-05-24) ### Bug Fixes * link relative paths for better portability ([#111](#111)) ([2684ca2](2684ca2))

v1.10.2

Toggle v1.10.2's commit message
Release 1.10.2 [skip ci] ## [1.10.2](v1.10.1...v1.10.2) (2025-05-22) ### Bug Fixes * should handle ./ relative path ([#109](#109)) ([8e5f04a](8e5f04a))

v1.10.1

Toggle v1.10.1's commit message
Release 1.10.1 [skip ci] ## [1.10.1](v1.10.0...v1.10.1) (2024-05-23) ### Bug Fixes * support windows directory detect ([#106](#106)) ([122091b](122091b))

v1.10.0

Toggle v1.10.0's commit message
Release 1.10.0 [skip ci] ## [1.10.0](v1.9.1...v1.10.0) (2023-08-24) ### Features * support uncompressing symlink ([#31](#31)) ([d596d88](d596d88))

v1.9.1

Toggle v1.9.1's commit message
Release 1.9.1 [skip ci] ## [1.9.1](v1.9.0...v1.9.1) (2023-08-02) ### Bug Fixes * Use '/' path separator on Windows for tar archives ([#24](#24)) ([3aa065b](3aa065b))

v1.9.0

Toggle v1.9.0's commit message
Release 1.9.0 [skip ci] ## [1.9.0](v1.8.0...v1.9.0) (2023-03-26) ### Features * add decompress alias to uncompress ([#90](#90)) ([290b7b3](290b7b3))

v1.8.0

Toggle v1.8.0's commit message
Release 1.8.0 [skip ci] ## [1.8.0](v1.7.0...v1.8.0) (2023-02-24) ### Features * use @eggjs/yauzl to close Buffer() is deprecated message ([#86](#86)) ([3a0a5f5](3a0a5f5))

v1.7.0

Toggle v1.7.0's commit message
Release 1.7.0 [skip ci] ## [1.7.0](v1.6.3...v1.7.0) (2023-01-12) ### Features * uncompress support overwrite file mode ([#81](#81)) ([53f6e0d](53f6e0d))

v1.6.3

Toggle v1.6.3's commit message
Release 1.6.3 [skip ci] ## [1.6.3](v1.6.2...v1.6.3) (2022-12-22) ### Bug Fixes * throw error when source is not exists ([#78](#78)) ([7785c72](7785c72))