Skip to content

Releases: node-modules/compressing

v2.0.0

09 Aug 11:51

Choose a tag to compare

2.0.0 (2025-08-09)

  • fix: impl _final method instead hack pipe event (#114) (ba52b7b), closes #114
  • feat: remove pump and raise minimum node to v18 (#113) (8ac1164), closes #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).

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.

This release is also available on:

v1.10.3

24 May 03:34

Choose a tag to compare

1.10.3 (2025-05-24)

Bug Fixes

  • link relative paths for better portability (#111) (2684ca2)

This release is also available on:

v1.10.2

22 May 10:10

Choose a tag to compare

1.10.2 (2025-05-22)

Bug Fixes


This release is also available on:

v1.10.1

23 May 06:35

Choose a tag to compare

1.10.1 (2024-05-23)

Bug Fixes


This release is also available on:

v1.10.0

24 Aug 04:00

Choose a tag to compare

1.10.0 (2023-08-24)

Features


This release is also available on:

v1.9.1

02 Aug 17:37

Choose a tag to compare

1.9.1 (2023-08-02)

Bug Fixes

  • Use '/' path separator on Windows for tar archives (#24) (3aa065b)

This release is also available on:

v1.7.0

12 Jan 03:32

Choose a tag to compare

1.7.0 (2023-01-12)

Features

  • uncompress support overwrite file mode (#81) (53f6e0d)

This release is also available on:

v1.6.3

22 Dec 03:28

Choose a tag to compare

1.6.3 (2022-12-22)

Bug Fixes

  • throw error when source is not exists (#78) (7785c72)

This release is also available on: