Skip to content

1.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Nov 18:44
· 8 commits to master since this release
3c339b9
Use more conventional wildcards for pattern matching. (#16)

The usual ? and * wildcards are more intuitive. Also, there's no reason to
expose the user to the fact that we're using SQLite under the hood.

We rename the 'partial' property to 'is_pattern', which is more intuitive. The
same option is also used for pattern matching on paths for consistency.