Releases: Kruithne/kogs-utils
Releases · Kruithne/kogs-utils
1.4.9
copy
and copySync
now support alternate overwrite modes
1.4.8
copy
and copySync
now accept an object as the third parameter. Setting the overwrite
of this property controls the overwriting behavior of the functions.
1.4.7
- Added
copy
/ copySync
functions.
1.3.7
- Implement
errorClass
factory to reduce error class boilerplate.
1.2.7
- Added utility function
collectFiles
for simple recursive file collection from a directory.
1.1.7
- Fix issue that prevented TypeScript definition files from being included in the npm package on release.