🐛 Bug fixes
- Now this packages correctly supports ARM processors (#296, thanks @yozman).
- Fixed behavior that led to Uncaught Error when the package tried to destroy stream multiple times (#282).
- Fixed an issue with patterns that starts with the leading slash (#277).
- Related to patterns with various kinds:
/*
,/tmp/*
,//?/C:/*
. - nodelib/nodelib#54, nodelib/nodelib#63
- Related to patterns with various kinds: