mirror of
https://github.com/dorny/paths-filter.git
synced 2026-03-26 05:12:47 +01:00
* Use micromatch instead of minimatch micromatch claims to support full Bash 4.3 spec and it actually passes all the tests. For example this fixes processing of '!(**/*.tsx|**/*.less)' pattern - needed by #45 * Update CHANGELOG.md