Skip to content

2.1.0

Compare
Choose a tag to compare
@mrmlnc mrmlnc released this 25 Feb 16:16
· 605 commits to master since this release

🚀 Speed

Now all patterns are divided into two types:

static

The patterns without glob magic.

For example: package.json, /dev/fd, etc.

dynamic

The patterns with glob magic detected by is-glob.

For example: *.json, **/*.js, etc.

This made it possible to reduce the processing time of static patterns. Something like 10-15 times. For more details, see the issue #60. Thanks @pvdlg for reporting.

🐛 Bug Fixes

🔨 Flexibility

New options that allow you not to break your brain. User-friendly alternatives for double-negative options:

⚠️ These options have more weight than their ancestors (no*).

❗ In the next major release, we want to remove the options with double-negation.