Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

v2.0.0

Latest
Compare
Choose a tag to compare
@velsietis velsietis released this 12 Jan 13:55
· 2 commits to master since this release

glob pattern matching behaviour changed. The glob wildcard (*) will now match files that start with a dot (previously the dot had to be set explicitly).

Thanks to @galargh for the pull request