Skip to content

Latest commit

 

History

History
155 lines (90 loc) · 5.71 KB

CHANGELOG.md

File metadata and controls

155 lines (90 loc) · 5.71 KB

Changelog

1.10.1 (2024-05-23)

Bug Fixes

1.10.0 (2023-08-24)

Features

1.9.1 (2023-08-02)

Bug Fixes

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

1.9.0 (2023-03-26)

Features

  • add decompress alias to uncompress (#90) (290b7b3)

1.8.0 (2023-02-24)

Features

  • use @eggjs/yauzl to close Buffer() is deprecated message (#86) (3a0a5f5)

1.7.0 (2023-01-12)

Features

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

1.6.3 (2022-12-22)

Bug Fixes

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

1.6.2 / 2022-07-11

fixes

1.6.1 / 2022-07-11

fixes

others

1.6.0 / 2022-06-13

features

others

1.5.1 / 2020-05-11

fixes

1.5.0 / 2019-12-04

features

fixes

others

1.4.0 / 2018-11-30

others

1.3.2 / 2018-11-21

fixes

1.3.1 / 2018-08-24

fixes

1.3.0 / 2018-08-13

features

1.2.4 / 2018-07-13

  • chore: replace multipipe with pump (#9)

1.2.3 / 2017-07-27

  • fix: should resolve when all fileWriteStream finished (#7)

1.2.2 / 2017-07-06

  • fix: make file mode correct (#6)

1.2.1 / 2017-07-01

  • test: fix test on Windows (#4)

1.2.0 / 2017-07-01

  • feat: add strip option when uncompress zip

1.1.0 / 2017-02-14

  • feat: uncompress (#2)

1.0.0 / 2016-12-24

  • rename to compressing
  • feat: 1st implementation
  • init