All notable changes to this project will be documented in this file.
- drop nodejs 12 support, requires node 14.13.1+ (0f334f0)
- fix export syntax for typings (59b17ca)
- update to rollup 3 (23e332c)
- no notable changes since v7.0.0-beta.0
- no notable changes since v7.0.0-alpha.2
- fix typings for copy actions (100686f)
- bump all dependencies to latest (1dc902b)
- update LICENSE (aafd652)
- remove cpy dependency, fixing vulnerabilities (9dcfbd8)
- copy with glob by default maintains directory structure (9dcfbd8)
- Revert npm engines requirement (a794942)
- fix archiver creating invalid archives (9204617)
- add type definitions (1888ce4)
- add
runOnceInWatchMode
option to validation schema (6fe28f1)
- remove
node:
protocol for CJS support (da97771)
- fix incompatibility with CJS (e0f92a4)
- add option
runOnceInWatchMode
(50f4912)
- support ES Modules (ab86f31)
- required node versions
^12.20.0 || ^14.13.1 || >=16.0.0
(ab86f31)
- update to fs-extras v10 (3cebee5)
- drop nodejs 10 support, requires node 12+
- drop webpack 4 (4354e86)
- fix error while copying absolute glob source (fe20026)
- support options to forward to
del
(fe20026)
No notable changes since v3.0.0-beta.0
- add logs and handle errors (1fadb46)
- add option to specify
context
(fac605e)
- add option to run tasks in series (034f645)
- use native mkdir (13720b3)
- fix onStart Event not executed in watch mode. (cb0c180)
- execute all tasks in series (5fd2f16)
- support execution order (cb0c180)
- minimum required node version v10.13 (5884440)
- file events moved into event object. See README (525f35d)
- support webpack 5
- removed dependency
mv
andmkdir
, usefs-extra
instead - run tests in
ubuntu
,windows
andmac
- added more tests for all actions
- requires node 10.13 or above
- removed verbose option, will be added in upcoming releases
- reduce build size (1765520)
- replace cpx with cpy (9c8eff9)
- remove fs-extra dependency (9c8eff9)
- add schema validation for options (fec1785)
- drop webpack 3 support (6d994a6)
- update archiver to v5, refer archiver changelog for more details (f584a83)