- Increase maxBuffer for child process
- Add options.pmodified – an array of permanently modified files
- Windows support
- add
options.modified
alias foroptions.changed
- CLI now accepts first argument as one
modified
file, notpattern
- breaking: getAffected has only one argument now. Change
getAffected(pattern, options)
togetAffected({ ...options, pattern })
. - breaking: remove option
superleaves
in flavour of optionusink
- better colorful cli
- Add
missing
option. - Remove options
externals
anddontResolve
.
- tracked files now filtered by 1) pattern 2) extensions → speed up
afiles
- breaking: default exported function is async now
- getAffectedSync moved to named export
- rename
options.superleaves
tooptions.usink
, markoptions.superleaves
as deprecated