mirror of
https://gitea.com/actions/dorny-paths-filter.git
synced 2026-05-10 16:28:20 +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