Skip to content

Latest commit

 

History

History
134 lines (76 loc) · 7.97 KB

File metadata and controls

134 lines (76 loc) · 7.97 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.0.1 (2026-01-27)

Bug Fixes

  • support more complex glob patterns, brace expansion & negation (#64) (9f501b0)

2.0.0 (2026-01-27)

Note

Please visit the v2.0.0 release for more details about the migration.

⚠ BREAKING CHANGES

  • deps: increase NodeJS engine requirement
  • move JS API target destination as 2nd argument (#59)
  • drop tinyglobby and use native fs.glob (#58)

Features

  • drop tinyglobby and use native fs.glob (#58) (6dfb43c)
  • move JS API target destination as 2nd argument (#59) (f497142)

Bug Fixes

  • adjust /** patterns to // for fs.globSync compatibility (#60) (e163688)

Miscellaneous Chores

  • deps: increase NodeJS engine requirement (e96bdf5)

1.3.7 (2025-11-07)

Bug Fixes

  • copyfiles JS API options argument should be optional, fixes #49 (#50) (6dd26ea)

1.3.6 (2025-09-26)

Bug Fixes

1.3.5 (2025-07-14)

Bug Fixes

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

1.3.4 (2025-07-09)

Bug Fixes

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

1.3.3 (2025-07-05)

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)

1.3.2 (2025-07-02)

Bug Fixes

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

1.3.1 (2025-06-28)

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)

1.3.0 (2025-06-26)

Features

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.2.1 (2025-06-07)

Bug Fixes

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

1.2.0 (2025-06-07)

Features

1.1.0 (2025-06-06)

Features

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

1.0.0 (2025-06-03)

Features

  • migrate from Promises to Streams (#15) (b6e3825)

Bug Fixes

  • deps: update all non-major dependencies (4292986)
  • deps: update all non-major dependencies (c7ec704)

0.3.2 (2025-02-06)

Bug Fixes

  • Improve error message in case of problematic depth (10e48cf)

0.3.1 (2025-02-04)

Bug Fixes

  • calculate folder depth was offset (8058b10)

0.3.0 (2025-02-04)

Bug Fixes

  • rewrite up option & default to 0 (097ad00)