Skip to content

Latest commit

 

History

History
61 lines (29 loc) · 2.7 KB

CHANGELOG.md

File metadata and controls

61 lines (29 loc) · 2.7 KB

CHANGES:

1.3.0 (2022-12-04)

Features

  • nodejs14: dropped support for nodejs 12.x (e9056f7)
  • npm-v9: bump version of dependency extractor (c42e7aa)

1.2.2 (2022-10-23)

Bug Fixes

  • graceful-fs: added to solve issues with too many open files (58609ca)

1.2.1 (2022-09-11)

Bug Fixes

  • index: issues with win32 paths (3ddcf0e)

1.2.0 (2022-08-14)

Features

  • transformer: added initial draft for transformer uglify (c505b7e)
  • zip: added implementation with promises (4634c31)

1.1.0 (2022-08-14)

Bug Fixes

  • bin: fixed problem with executable permission of dev and run (84dcb6b)

Features

  • run: added path remapping for --include flag (f199462)

1.0.2 (2022-07-28)

1.0.1 (2022-07-28)

1.0.0 (2022-07-28)

Features

  • extensions: added more useless file extensions (0a3b5c7)
  • node-modules-packer: added initial version of the cli (185bed6)

Performance Improvements

  • archiver: removed archiver for yazl & fixed memory leak in tests (3dbc585)
  • zip: refactored to use another lib instead archiver (d4d06f5)