Changelog
v5.0.0 2024 January 2
ignoreCustomPatterns
requiring ignoreCommonPatterns
to be false
ignoreCustomCallback
enabling custom ignore logic, such as adopting a globber or whatever
isIgnorePath
export now accepts a Path
object comprising of absolutePath
, relativePath
, and basename
for specific filtering
default
export can also accept a traditional string
, which will fill absolutePath
, relativePath
, and resolve basename
ignoreAbsolutePaths
, ignoreRelativePaths
, and ignoreBasenames
options to match specific forms of the path, against a prefix or a RegExp, with b/c for ignorePaths
to append to each of themignoreHiddenFiles
renamed with b/c to ignoreHiddenBasenames
to match its expectation, as it only evaluates basenames not pathsignoreCommonPatterns
renamed with b/c to ignoreUndesiredBasenames
to match its expectation, as it only evaluates basenames not paths
ignoreCommonPatterns
now only accepts a boolean (no longer accepts a regular expression), use ignoreCustomPatterns
or ignoreCustomCallback
insteadChangelog
v4.8.0 2023 December 31
Changelog
v4.6.0 2023 December 30
Changelog
v4.5.0 2023 December 28
Changelog
v4.4.0 2023 December 6
Changelog
v4.3.0 2023 November 25