glob 1.1.1 copy "glob: ^1.1.1" to clipboard
glob: ^1.1.1 copied to clipboard

outdatedDart 1 only

Bash-style filename globbing.

1.1.1 #

  • Fix a bug where listing an absolute glob with caseInsensitive: false failed.

1.1.0 #

  • Add a caseSensitive named parameter to new Glob() that controls whether the glob is case-sensitive. This defaults to false on Windows and true elsewhere.

    Matching case-insensitively on Windows is a behavioral change, but since it more closely matches the semantics of Windows paths it's considered a bug fix rather than a breaking change.

1.0.5 #

  • Narrow the dependency on path. Previously, this allowed versions that didn't support all the functionality this package needs.

  • Upgrade to the new test runner.

1.0.4 #

  • Added overlooked collection dependency.

1.0.3 #

  • Fix a bug where Glob.list() and Glob.listSync() would incorrectly throw exceptions when a directory didn't exist on the filesystem.

1.0.2 #

  • Fixed Glob.list() on Windows.

1.0.1 #

  • Fix several analyzer warnings.

  • Fix the tests on Windows.