mirror of
https://github.com/dorny/paths-filter.git
synced 2026-01-20 06:42:32 +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