Skip to content

Releases: ghiscoding/native-copyfiles

v1.3.6

26 Sep 17:27

Choose a tag to compare

1.3.6 (2025-09-26)

Bug Fixes

v1.3.5

14 Jul 22:53

Choose a tag to compare

1.3.5 (2025-07-14)

Bug Fixes

  • .git and node_modules should be excluded by default (#34) (7f3a4c9)

v1.3.4

09 Jul 23:37

Choose a tag to compare

1.3.4 (2025-07-09)

Bug Fixes

  • deps: update cli-nano to latest and add CLI examples (#32) (03c6023)

v1.3.3

05 Jul 05:38

Choose a tag to compare

1.3.3 (2025-07-05)

Further decrease project size yet again... 🚀

  • v1.2.0 → pkg-size: 792KB / 18 packages (yargs)
  • v1.3.0 → pkg-size: 350KB / 6 packages (cli-nano)
  • v1.3.1 → pkg-size: 300KB / 6 packages (cli-nano)
  • v1.3.3 → pkg-size: 287KB / 6 packages (cli-nano)

Bug Fixes

  • deps: bump all dependencies (f46c973)
  • deps: update cli-nano to latest w/better typing & smaller build (#29) (489b89e)
  • use only declaration maps (#30) (837fd07)

v1.3.2

02 Jul 05:36

Choose a tag to compare

1.3.2 (2025-07-02)

Bug Fixes

  • deps: upgrade cli-nano to new major version (#26) (9cf2fa3)

v1.3.1

28 Jun 03:26

Choose a tag to compare

1.3.1 (2025-06-28)

Further decrease project size even more, the previous version 1.3.0 decreased size by half, and now it's another small decrease as shown below. The big change was to get away from yargs to a custom cli-nano and with this the new release decreases the installed pkg-size even more... 🚀

  • v1.2.0 → pkg-size: 792KB / 18 packages (yargs)
  • v1.3.0 → pkg-size: 350KB / 6 packages (cli-nano)
  • v1.3.1 → pkg-size: 300KB / 6 packages (cli-nano)

Bug Fixes

  • deps: update all non-major dependencies (#24) (6f888e1)
  • ignore test spec files when publishing on npm (fe1b24f)
  • strip package fields w/releasing on npm (2a1cba9)

v1.3.0

26 Jun 02:30

Choose a tag to compare

1.3.0 (2025-06-26)

Migrate from yargs to a custom cli-nano which decrease installed pkg-size by half... awesome 🚀

  • prev → pkg-size: 792KB / 18 packages
  • after → pkg-size: 350KB / 6 packages

Features

v1.2.1

07 Jun 05:29

Choose a tag to compare

1.2.1 (2025-06-07)

Bug Fixes

  • use different release script to remove scripts/devDependencies (2429167)

v1.2.0

07 Jun 01:12

Choose a tag to compare

1.2.0 (2025-06-07)

Features

v1.1.0

06 Jun 04:38

Choose a tag to compare

1.1.0 (2025-06-06)

Features

  • rename multiple files while copying using wildcard * (#19) (c7ed58d)
  • rename single file on copy (#18) (02253ee)